Browse Source

fixed localization of notifications options

master
Simon Grim 10 years ago
parent
commit
85a6deaa7c
  1. 49
      js/interface_localization.js

49
js/interface_localization.js

@ -196,6 +196,7 @@ if(preferredLanguage == "en"){ @@ -196,6 +196,7 @@ if(preferredLanguage == "en"){
"Notifications": "Notifications",
"Desktop notifications": "Desktop notifications",
"Sound notifications": "Sound notifications",
"Volume": "Volume",
"Test": "Test",
"Send key": "Send key",
"Posts display": "Posts display",
@ -439,7 +440,8 @@ if(preferredLanguage == "es"){ @@ -439,7 +440,8 @@ if(preferredLanguage == "es"){
"Notifications": "Notificaciones",
"Desktop notifications": "Notificaciones de Escritorio",
"Sound notifications": "Notificaciones de Sonido",
"Test": "Test",
"Volume": "Volumen",
"Test": "Prueba",
"Send key": "Send key",
"Posts display": "Posts display",
"Post editor": "Post editor",
@ -676,10 +678,11 @@ if(preferredLanguage == "uk"){ @@ -676,10 +678,11 @@ if(preferredLanguage == "uk"){
"Ignore": "Ignore",
"Theme": "Theme",
"Keys": "Keys",
"Notifications": "Notifications",
"Desktop notifications": "Desktop notifications",
"Sound notifications": "Sound notifications",
"Test": "Test",
"Notifications": "Оповіщення",
"Desktop notifications": "Настільні повідомлення",
"Sound notifications": "Звукові сповіщення",
"Volume": "Гучність",
"Test": "Випроба",
"Send key": "Send key",
"Posts display": "Posts display",
"Post editor": "Post editor",
@ -918,6 +921,7 @@ if(preferredLanguage == "zh"){ @@ -918,6 +921,7 @@ if(preferredLanguage == "zh"){
"Notifications": "Notifications",
"Desktop notifications": "Desktop notifications",
"Sound notifications": "Sound notifications",
"Volume": "Volume",
"Test": "Test",
"Send key": "Send key",
"Posts display": "Posts display",
@ -1158,6 +1162,7 @@ if(preferredLanguage == "nl"){ @@ -1158,6 +1162,7 @@ if(preferredLanguage == "nl"){
"Notifications": "Notifications",
"Desktop notifications": "Desktop notifications",
"Sound notifications": "Sound notifications",
"Volume": "Volume",
"Test": "Test",
"Send key": "Send key",
"Posts display": "Posts display",
@ -1392,10 +1397,11 @@ if(preferredLanguage == "it"){ @@ -1392,10 +1397,11 @@ if(preferredLanguage == "it"){
"Ignore": "Ignore",
"Theme": "Theme",
"Keys": "Keys",
"Notifications": "Notifications",
"Desktop notifications": "Desktop notifications",
"Sound notifications": "Sound notifications",
"Test": "Test",
"Notifications": "Notifiche",
"Desktop notifications": "Notifiche desktop",
"Sound notifications": "Notifiche sonore",
"Volume": "Volume",
"Test": "Prova",
"Send key": "Send key",
"Posts display": "Posts display",
"Post editor": "Post editor",
@ -1634,8 +1640,9 @@ if(preferredLanguage == "fr"){ @@ -1634,8 +1640,9 @@ if(preferredLanguage == "fr"){
"Theme": "Theme",
"Keys": "Keys",
"Notifications": "Notifications",
"Desktop notifications": "Desktop notifications",
"Sound notifications": "Sound notifications",
"Desktop notifications": "Notifications de bureau",
"Sound notifications": "Notifications sonores",
"Volume": "Volume",
"Test": "Test",
"Send key": "Send key",
"Posts display": "Posts display",
@ -1880,6 +1887,7 @@ if(preferredLanguage == "ru"){ @@ -1880,6 +1887,7 @@ if(preferredLanguage == "ru"){
"Notifications": "Уведомления",
"Desktop notifications": "Уведомления рабочего стола",
"Sound notifications": "Звуковые уведомления",
"Volume": "Громкость",
"Test": "Проверка",
"Send key": "Отправка сообщения",
"Posts display": "Отображение сообщений",
@ -2126,7 +2134,8 @@ if(preferredLanguage == "de"){ @@ -2126,7 +2134,8 @@ if(preferredLanguage == "de"){
"Notifications": "Benachrichtigungen",
"Desktop notifications": "Desktophinweisen",
"Sound notifications": "Audioeinstellungen",
"Test": "Test",
"Volume": "Lautstärke",
"Test": "Probe",
"Send key": "Send key",
"Posts display": "Posts display",
"Post editor": "Nachrichten-Editor",
@ -2363,6 +2372,7 @@ if(preferredLanguage == "ja"){ @@ -2363,6 +2372,7 @@ if(preferredLanguage == "ja"){
"Notifications": "Notifications",
"Desktop notifications": "Desktop notifications",
"Sound notifications": "Sound notifications",
"Volume": "Volume",
"Test": "Test",
"Send key": "Send key",
"Posts display": "Posts display",
@ -2603,10 +2613,11 @@ if(preferredLanguage == "pt-BR"){ @@ -2603,10 +2613,11 @@ if(preferredLanguage == "pt-BR"){
"Ignore": "Ignore",
"Theme": "Theme",
"Keys": "Keys",
"Notifications": "Notifications",
"Desktop notifications": "Desktop notifications",
"Sound notifications": "Sound notifications",
"Test": "Test",
"Notifications": "Notificações",
"Desktop notifications": "Notificações no desktop",
"Sound notifications": "Notificações sonoras",
"Volume": "Volume",
"Test": "Teste",
"Send key": "Send key",
"Posts display": "Posts display",
"Post editor": "Post editor",
@ -2836,7 +2847,8 @@ if(preferredLanguage == "tr"){ @@ -2836,7 +2847,8 @@ if(preferredLanguage == "tr"){
"Notifications": "Uyarılar",
"Desktop notifications": "Masaüstü uyarılar",
"Sound notifications": "Sesli uyarılar",
"Test": "Test",
"Volume": "Hacmi",
"Test": "Deneme",
"Send key": "Gönderme tuşu",
"Posts display": "Gönderiler",
"Post editor": "Gönderi düzenleyici",
@ -3083,7 +3095,8 @@ if(preferredLanguage == "cs"){ @@ -3083,7 +3095,8 @@ if(preferredLanguage == "cs"){
"Notifications": "Upozornění",
"Desktop notifications": "Upozornění na ploše",
"Sound notifications": "Zvuková upozornění",
"Test": "Test",
"Volume": "Hlasitost",
"Test": "Pokus",
"Send key": "Klávesa pro odeslání",
"Posts display": "Zobrazení příspěvků",
"Post editor": "Editor příspěvků",

Loading…
Cancel
Save