diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-09 02:25:43 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-09 02:25:43 +0000 |
commit | c10317f7f9f53a4de464915f754896eed7f1ee6c (patch) | |
tree | ed9cf731879f186ff021ae27b0e5b9f8fec39bd8 /lib/l10n | |
parent | 08802ad13f2485f5b8c24dbfe295ce3ad15836c6 (diff) | |
download | nextcloud-server-c10317f7f9f53a4de464915f754896eed7f1ee6c.tar.gz nextcloud-server-c10317f7f9f53a4de464915f754896eed7f1ee6c.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/fi.js | 2 | ||||
-rw-r--r-- | lib/l10n/fi.json | 2 | ||||
-rw-r--r-- | lib/l10n/zh_TW.js | 2 | ||||
-rw-r--r-- | lib/l10n/zh_TW.json | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/lib/l10n/fi.js b/lib/l10n/fi.js index f724b77763d..23134d43402 100644 --- a/lib/l10n/fi.js +++ b/lib/l10n/fi.js @@ -135,6 +135,7 @@ OC.L10N.register( "%1$s shared »%2$s« with you." : "%1$s jakoi kohteen »%2$s« kanssasi.", "Click the button below to open it." : "Napsauta alla olevaa painiketta avataksesi sen.", "The requested share does not exist anymore" : "Pyydettyä jakoa ei ole enää olemassa", + "The user was not created because the user limit has been reached. Check your notifications to learn more." : "Käyttäjää ei luotu, koska käyttäjäraja on tullut täyteen. Tarkista ilmoitukset saadaksesi lisätietoja.", "Could not find category \"%s\"" : "Luokkaa \"%s\" ei löytynyt", "Sunday" : "sunnuntai", "Monday" : "maanantai", @@ -184,6 +185,7 @@ OC.L10N.register( "A valid password must be provided" : "Anna kelvollinen salasana", "The username is already being used" : "Käyttäjätunnus on jo käytössä", "Could not create user" : "Ei voitu luoda käyttäjää", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Vain seuraavat merkit ovat sallittuja käyttäjätunnuksessa: \"a-z\", \"A-Z\", \"0-9\", välilyönnit ja \"_.@-'\"", "A valid username must be provided" : "Anna kelvollinen käyttäjätunnus", "Username contains whitespace at the beginning or at the end" : "Käyttäjätunnus sisältää tyhjätilaa joko alussa tai lopussa", "Username must not consist of dots only" : "Käyttäjänimi ei voi koostua vain pisteistä", diff --git a/lib/l10n/fi.json b/lib/l10n/fi.json index ee534d2856b..1f028ceb86e 100644 --- a/lib/l10n/fi.json +++ b/lib/l10n/fi.json @@ -133,6 +133,7 @@ "%1$s shared »%2$s« with you." : "%1$s jakoi kohteen »%2$s« kanssasi.", "Click the button below to open it." : "Napsauta alla olevaa painiketta avataksesi sen.", "The requested share does not exist anymore" : "Pyydettyä jakoa ei ole enää olemassa", + "The user was not created because the user limit has been reached. Check your notifications to learn more." : "Käyttäjää ei luotu, koska käyttäjäraja on tullut täyteen. Tarkista ilmoitukset saadaksesi lisätietoja.", "Could not find category \"%s\"" : "Luokkaa \"%s\" ei löytynyt", "Sunday" : "sunnuntai", "Monday" : "maanantai", @@ -182,6 +183,7 @@ "A valid password must be provided" : "Anna kelvollinen salasana", "The username is already being used" : "Käyttäjätunnus on jo käytössä", "Could not create user" : "Ei voitu luoda käyttäjää", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Vain seuraavat merkit ovat sallittuja käyttäjätunnuksessa: \"a-z\", \"A-Z\", \"0-9\", välilyönnit ja \"_.@-'\"", "A valid username must be provided" : "Anna kelvollinen käyttäjätunnus", "Username contains whitespace at the beginning or at the end" : "Käyttäjätunnus sisältää tyhjätilaa joko alussa tai lopussa", "Username must not consist of dots only" : "Käyttäjänimi ei voi koostua vain pisteistä", diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index 6124af85631..7e3c03ad5a8 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -57,6 +57,7 @@ OC.L10N.register( "Invalid image" : "無效的圖片", "Avatar image is not square" : "頭像不是正方形", "View profile" : "檢視個人檔案", + "Local time: %s" : "本機時間:%s", "today" : "今天", "tomorrow" : "明天", "yesterday" : "昨天", @@ -204,6 +205,7 @@ OC.L10N.register( "A valid password must be provided" : "須提供有效的密碼", "The username is already being used" : "這個使用者名稱已經有人使用了", "Could not create user" : "無法建立使用者", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "使用者名稱僅允許以下字元:\"a-z\"、\"A-Z\"、\"0-9\"、空格與 \"_.@-'\"", "A valid username must be provided" : "必須提供一個有效的用戶名", "Username contains whitespace at the beginning or at the end" : "用戶名的開頭或結尾有空白", "Username must not consist of dots only" : "使用者名稱不能只包含小數點", diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json index c9a8f17835d..743e5d90ffd 100644 --- a/lib/l10n/zh_TW.json +++ b/lib/l10n/zh_TW.json @@ -55,6 +55,7 @@ "Invalid image" : "無效的圖片", "Avatar image is not square" : "頭像不是正方形", "View profile" : "檢視個人檔案", + "Local time: %s" : "本機時間:%s", "today" : "今天", "tomorrow" : "明天", "yesterday" : "昨天", @@ -202,6 +203,7 @@ "A valid password must be provided" : "須提供有效的密碼", "The username is already being used" : "這個使用者名稱已經有人使用了", "Could not create user" : "無法建立使用者", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "使用者名稱僅允許以下字元:\"a-z\"、\"A-Z\"、\"0-9\"、空格與 \"_.@-'\"", "A valid username must be provided" : "必須提供一個有效的用戶名", "Username contains whitespace at the beginning or at the end" : "用戶名的開頭或結尾有空白", "Username must not consist of dots only" : "使用者名稱不能只包含小數點", |