diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-02-19 02:21:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-02-19 02:21:21 +0000 |
commit | 65cbd7498b5a0cbb659eb972c436ffaf360e7090 (patch) | |
tree | 8dd72380eda84e835f8fce1d1cdd6013bfed11df | |
parent | cdff62794195e11a17d399a035fc4ef563fea389 (diff) | |
download | nextcloud-server-65cbd7498b5a0cbb659eb972c436ffaf360e7090.tar.gz nextcloud-server-65cbd7498b5a0cbb659eb972c436ffaf360e7090.zip |
[tx-robot] updated from transifex
-rw-r--r-- | core/l10n/zh_HK.js | 2 | ||||
-rw-r--r-- | core/l10n/zh_HK.json | 2 | ||||
-rw-r--r-- | lib/l10n/si.js | 3 | ||||
-rw-r--r-- | lib/l10n/si.json | 3 |
4 files changed, 8 insertions, 2 deletions
diff --git a/core/l10n/zh_HK.js b/core/l10n/zh_HK.js index 48167a2b79c..ccc0c30edcd 100644 --- a/core/l10n/zh_HK.js +++ b/core/l10n/zh_HK.js @@ -141,7 +141,7 @@ OC.L10N.register( "User disabled" : "用戶已遭停用", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "您的 IP 多次嘗試登入無效,下一次登入將會被延時 30 秒。", "Your account is not setup for passwordless login." : "你的帳號尚未設定免密碼登入。", - "Passwordless authentication is not supported in your browser." : "無密碼身份驗證不支援你使用的瀏覽器。", + "Passwordless authentication is not supported in your browser." : "你使用的瀏覽器不支援無密碼身份驗證。", "Passwordless authentication is only available over a secure connection." : "無密碼身份驗證僅支援經加密的連線。", "Reset password" : "重設密碼", "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "重設密碼資訊已寄至您的電子郵件。若您並未收到該信件,請確認您垃圾信箱,或請求管理員協助。", diff --git a/core/l10n/zh_HK.json b/core/l10n/zh_HK.json index 9179dfe35bb..2ad84263fe9 100644 --- a/core/l10n/zh_HK.json +++ b/core/l10n/zh_HK.json @@ -139,7 +139,7 @@ "User disabled" : "用戶已遭停用", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "您的 IP 多次嘗試登入無效,下一次登入將會被延時 30 秒。", "Your account is not setup for passwordless login." : "你的帳號尚未設定免密碼登入。", - "Passwordless authentication is not supported in your browser." : "無密碼身份驗證不支援你使用的瀏覽器。", + "Passwordless authentication is not supported in your browser." : "你使用的瀏覽器不支援無密碼身份驗證。", "Passwordless authentication is only available over a secure connection." : "無密碼身份驗證僅支援經加密的連線。", "Reset password" : "重設密碼", "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "重設密碼資訊已寄至您的電子郵件。若您並未收到該信件,請確認您垃圾信箱,或請求管理員協助。", diff --git a/lib/l10n/si.js b/lib/l10n/si.js index 7b1fb3a0a76..23c6317131a 100644 --- a/lib/l10n/si.js +++ b/lib/l10n/si.js @@ -1,7 +1,10 @@ OC.L10N.register( "lib", { + "Authentication" : "සත්යාපනය", + "Invalid image" : "වලංගු නොවන පින්තූරයකි", "seconds ago" : "තත්පර කිහිපයකට පෙර", + "__language_name__" : "__language_name__", "Help" : "උපකාර", "Apps" : "යෙදුම්", "Settings" : "සැකසුම්", diff --git a/lib/l10n/si.json b/lib/l10n/si.json index e82e0f396df..3c4ef5b2e35 100644 --- a/lib/l10n/si.json +++ b/lib/l10n/si.json @@ -1,5 +1,8 @@ { "translations": { + "Authentication" : "සත්යාපනය", + "Invalid image" : "වලංගු නොවන පින්තූරයකි", "seconds ago" : "තත්පර කිහිපයකට පෙර", + "__language_name__" : "__language_name__", "Help" : "උපකාර", "Apps" : "යෙදුම්", "Settings" : "සැකසුම්", |