mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Add russian translation
This commit is contained in:
parent
83e505c8a8
commit
02af4bbcd9
2 changed files with 44 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2017-08-09 Svetlana Tkachenko
|
||||
|
||||
* ColorPickers/Russian.lproj/StandardPicker.strings
|
||||
Add translation.
|
||||
|
||||
2017-08-04 Daniel Ferreira <dtf@stanford.edu>
|
||||
|
||||
* .travis.yml
|
||||
|
|
39
ColorPickers/Russian.lproj/StandardPicker.strings
Normal file
39
ColorPickers/Russian.lproj/StandardPicker.strings
Normal file
|
@ -0,0 +1,39 @@
|
|||
/***
|
||||
English.lproj/StandardPicker.strings
|
||||
updated by make_strings 2002-05-23 16:24:57 +0200
|
||||
add comments above this one
|
||||
***/
|
||||
|
||||
|
||||
/*** Strings from GSCMYKColorPicker.m ***/
|
||||
/* File: GSCMYKColorPicker.m:50 */
|
||||
"Black" = "Чёрный";
|
||||
/* File: GSCMYKColorPicker.m:47 */
|
||||
"Cyan" = "Сине-зелёный";
|
||||
/* File: GSCMYKColorPicker.m:48 */
|
||||
"Magenta" = "Маджента";
|
||||
/* File: GSCMYKColorPicker.m:49 */
|
||||
"Yellow" = "Жёлтый";
|
||||
|
||||
|
||||
/*** Strings from GSGrayColorPicker.m ***/
|
||||
/* File: GSGrayColorPicker.m:50 */
|
||||
"White" = "Белый";
|
||||
|
||||
|
||||
/*** Strings from GSHSBColorPicker.m ***/
|
||||
/* File: GSHSBColorPicker.m:49 */
|
||||
"Brightness" = "Яркость";
|
||||
/* File: GSHSBColorPicker.m:47 */
|
||||
"Hue" = "Тон";
|
||||
/* File: GSHSBColorPicker.m:48 */
|
||||
"Saturation" = "Цветность";
|
||||
|
||||
|
||||
/*** Strings from GSRGBColorPicker.m ***/
|
||||
/* File: GSRGBColorPicker.m:50 */
|
||||
"Blue" = "Синий";
|
||||
/* File: GSRGBColorPicker.m:49 */
|
||||
"Green" = "Зелёный";
|
||||
/* File: GSRGBColorPicker.m:48 */
|
||||
"Red" = "Красный";
|
Loading…
Reference in a new issue