diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-07-22 02:15:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-07-22 02:15:59 +0000 |
commit | a024dcfc817cc766fa105d8ba9a9cac08538eaf4 (patch) | |
tree | 46ae5f5579a5c8c620d8b95ca1fa8b6fdb30c661 /lib/l10n | |
parent | 1b3bcbc99c86b37d8018a4c3e192c5c03681f83d (diff) | |
download | nextcloud-server-a024dcfc817cc766fa105d8ba9a9cac08538eaf4.tar.gz nextcloud-server-a024dcfc817cc766fa105d8ba9a9cac08538eaf4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/ca.js | 1 | ||||
-rw-r--r-- | lib/l10n/ca.json | 1 | ||||
-rw-r--r-- | lib/l10n/zh_CN.js | 1 | ||||
-rw-r--r-- | lib/l10n/zh_CN.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/ca.js b/lib/l10n/ca.js index c5e672a5995..09e49036a2f 100644 --- a/lib/l10n/ca.js +++ b/lib/l10n/ca.js @@ -43,6 +43,7 @@ OC.L10N.register( "A remote wipe was started on device %s" : "S'ha engegat una neteja remota en el dispositiu %s", "Remote wipe finished" : "Ha finalitzat la neteja remota", "The remote wipe on %s has finished" : "Ha finalitzat la neteja remota a %s", + "Authentication" : "Autenticació", "Unknown filetype" : "Tipus de fitxer desconegut", "Invalid image" : "Imatge no vàlida", "Avatar image is not square" : "La imatge de perfil no és quadrada", diff --git a/lib/l10n/ca.json b/lib/l10n/ca.json index c646c16cf36..1db9b09ea53 100644 --- a/lib/l10n/ca.json +++ b/lib/l10n/ca.json @@ -41,6 +41,7 @@ "A remote wipe was started on device %s" : "S'ha engegat una neteja remota en el dispositiu %s", "Remote wipe finished" : "Ha finalitzat la neteja remota", "The remote wipe on %s has finished" : "Ha finalitzat la neteja remota a %s", + "Authentication" : "Autenticació", "Unknown filetype" : "Tipus de fitxer desconegut", "Invalid image" : "Imatge no vàlida", "Avatar image is not square" : "La imatge de perfil no és quadrada", diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index 2ebdc6b7f0b..f59749d6390 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -43,6 +43,7 @@ OC.L10N.register( "A remote wipe was started on device %s" : "设备%s上一个远程擦除操作已开始", "Remote wipe finished" : "远程擦除完成", "The remote wipe on %s has finished" : "%s上的远程擦除操作已完成", + "Authentication" : "验证", "Unknown filetype" : "未知的文件类型", "Invalid image" : "无效的图像", "Avatar image is not square" : "头像图像不是正方形", diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index 44db7ef43d2..52800f6771d 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -41,6 +41,7 @@ "A remote wipe was started on device %s" : "设备%s上一个远程擦除操作已开始", "Remote wipe finished" : "远程擦除完成", "The remote wipe on %s has finished" : "%s上的远程擦除操作已完成", + "Authentication" : "验证", "Unknown filetype" : "未知的文件类型", "Invalid image" : "无效的图像", "Avatar image is not square" : "头像图像不是正方形", |