-rw-r--r-- | i18n/ru/simple-main.ts | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/i18n/ru/simple-main.ts b/i18n/ru/simple-main.ts index d962dc5..7295b81 100644 --- a/i18n/ru/simple-main.ts +++ b/i18n/ru/simple-main.ts @@ -1,37 +1,37 @@ <!DOCTYPE TS><TS> <context> <name>MainWindow</name> <message> <source>My MainWindow</source> - <translation type="unfinished"></translation> + <translation>Главное окно</translation> </message> <message> <source>Quit</source> - <translation type="unfinished"></translation> + <translation>Выйти</translation> </message> <message> <source>Fire</source> - <translation type="unfinished"></translation> + <translation>Огонь</translation> </message> <message> <source>File</source> - <translation type="unfinished"></translation> + <translation>Огонь</translation> </message> </context> <context> <name>Simple</name> <message> <source>My Simple Application</source> - <translation type="unfinished"></translation> + <translation>Простое приложение</translation> </message> <message> <source>Click on the button or follow the white rabbit</source> - <translation type="unfinished"></translation> + <translation>Нажмите кнопку или следуйте за белым зайцем</translation> </message> <message> <source>Fire</source> <comment>translatable quit string</comment> - <translation type="unfinished"></translation> + <translation>Огонь</translation> </message> </context> </TS> |