diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-06-17 00:18:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-06-17 00:18:03 +0000 |
commit | 595412fb5ea2ff0ff2c8a88a22809869c677c44b (patch) | |
tree | ff03e940a5f418b88b6bca2afbd01157ef031e5d /apps/user_status | |
parent | 78c5a0094ea9f69042522a0e14729aa2cb40a332 (diff) | |
download | nextcloud-server-595412fb5ea2ff0ff2c8a88a22809869c677c44b.tar.gz nextcloud-server-595412fb5ea2ff0ff2c8a88a22809869c677c44b.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status')
-rw-r--r-- | apps/user_status/l10n/et_EE.js | 29 | ||||
-rw-r--r-- | apps/user_status/l10n/et_EE.json | 27 | ||||
-rw-r--r-- | apps/user_status/l10n/zh_CN.js | 6 | ||||
-rw-r--r-- | apps/user_status/l10n/zh_CN.json | 6 |
4 files changed, 62 insertions, 6 deletions
diff --git a/apps/user_status/l10n/et_EE.js b/apps/user_status/l10n/et_EE.js new file mode 100644 index 00000000000..14d9129cb2e --- /dev/null +++ b/apps/user_status/l10n/et_EE.js @@ -0,0 +1,29 @@ +OC.L10N.register( + "user_status", + { + "Recent statuses" : "Hiljutised staatused", + "In a meeting" : "Koosolekul", + "Out sick" : "Haige", + "Vacationing" : "Puhkusel", + "Working remotely" : "Kaugtööl", + "User status" : "Kasutaja staatus", + "View profile" : "Vaata profiili", + "Clear status after" : "Tühjenda staatus pärast", + "Emoji for your status message" : "Staatuse teate emoji", + "What is your status?" : "Mis on su staatus?", + "Predefined statuses" : "Eeldefineeritud staatused", + "Status message" : "Staatuse teade", + "Away" : "Eemal", + "Do not disturb" : "Mitte segada", + "Don't clear" : "Ära tühjenda", + "Today" : "Täna", + "This week" : "Käesolev nädal", + "Online" : "Online", + "Invisible" : "Nähtamatu", + "Offline" : "Offline", + "30 minutes" : "30 minutit", + "1 hour" : "1 tund", + "4 hours" : "4 tundi", + "Mute all notifications" : "Vaigista kõik teavituse" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_status/l10n/et_EE.json b/apps/user_status/l10n/et_EE.json new file mode 100644 index 00000000000..35c3e23a740 --- /dev/null +++ b/apps/user_status/l10n/et_EE.json @@ -0,0 +1,27 @@ +{ "translations": { + "Recent statuses" : "Hiljutised staatused", + "In a meeting" : "Koosolekul", + "Out sick" : "Haige", + "Vacationing" : "Puhkusel", + "Working remotely" : "Kaugtööl", + "User status" : "Kasutaja staatus", + "View profile" : "Vaata profiili", + "Clear status after" : "Tühjenda staatus pärast", + "Emoji for your status message" : "Staatuse teate emoji", + "What is your status?" : "Mis on su staatus?", + "Predefined statuses" : "Eeldefineeritud staatused", + "Status message" : "Staatuse teade", + "Away" : "Eemal", + "Do not disturb" : "Mitte segada", + "Don't clear" : "Ära tühjenda", + "Today" : "Täna", + "This week" : "Käesolev nädal", + "Online" : "Online", + "Invisible" : "Nähtamatu", + "Offline" : "Offline", + "30 minutes" : "30 minutit", + "1 hour" : "1 tund", + "4 hours" : "4 tundi", + "Mute all notifications" : "Vaigista kõik teavituse" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/user_status/l10n/zh_CN.js b/apps/user_status/l10n/zh_CN.js index 9ad67229954..f43c36d7aa9 100644 --- a/apps/user_status/l10n/zh_CN.js +++ b/apps/user_status/l10n/zh_CN.js @@ -30,9 +30,9 @@ OC.L10N.register( "Invisible" : "不可见", "Offline" : "离线", "There was an error saving the new status" : "保存新状态时出错", - "30 minutes" : "30 分钟", - "1 hour" : "1 小时", - "4 hours" : "4 小时", + "30 minutes" : "30分钟", + "1 hour" : "1小时", + "4 hours" : "4小时", "Mute all notifications" : "静音所有通知", "Appear offline" : "显示为离线" }, diff --git a/apps/user_status/l10n/zh_CN.json b/apps/user_status/l10n/zh_CN.json index 0c516d9ef46..c5e65bb107b 100644 --- a/apps/user_status/l10n/zh_CN.json +++ b/apps/user_status/l10n/zh_CN.json @@ -28,9 +28,9 @@ "Invisible" : "不可见", "Offline" : "离线", "There was an error saving the new status" : "保存新状态时出错", - "30 minutes" : "30 分钟", - "1 hour" : "1 小时", - "4 hours" : "4 小时", + "30 minutes" : "30分钟", + "1 hour" : "1小时", + "4 hours" : "4小时", "Mute all notifications" : "静音所有通知", "Appear offline" : "显示为离线" },"pluralForm" :"nplurals=1; plural=0;" |