summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-11-28 00:26:37 +0000
committerNextcloud bot <bot@nextcloud.com>2023-11-28 00:26:37 +0000
commit9e67ab7fb8c7c2006a8cdfa75088d38d1120f8f0 (patch)
tree894949e5eac1edab28ffa01aed3c0d52acc9e3fa /apps/files_versions
parenta6d0a4e6d4f60bbf7d0ada06dc61c34157c876a5 (diff)
downloadnextcloud-server-9e67ab7fb8c7c2006a8cdfa75088d38d1120f8f0.tar.gz
nextcloud-server-9e67ab7fb8c7c2006a8cdfa75088d38d1120f8f0.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_versions')
-rw-r--r--apps/files_versions/l10n/is.js23
-rw-r--r--apps/files_versions/l10n/is.json23
-rw-r--r--apps/files_versions/l10n/zh_CN.js2
-rw-r--r--apps/files_versions/l10n/zh_CN.json2
4 files changed, 40 insertions, 10 deletions
diff --git a/apps/files_versions/l10n/is.js b/apps/files_versions/l10n/is.js
index 8363f167ab4..3163a9320e1 100644
--- a/apps/files_versions/l10n/is.js
+++ b/apps/files_versions/l10n/is.js
@@ -3,10 +3,23 @@ OC.L10N.register(
{
"Versions" : "Útgáfur",
"This application automatically maintains older versions of files that are changed." : "Þetta forrit viðheldur sjálfvirkt eldri útgáfum skráa sem er breytt.",
- "Version" : "Útgáfa",
- "Failed to revert {file} to revision {timestamp}." : "Mistókst að endurheimta {file} útgáfu {timestamp}.",
- "_%n byte_::_%n bytes_" : ["%n bæti","%n bæti"],
- "Restore" : "Endurheimta",
- "No other versions available" : "Engar aðrar útgáfur í boði"
+ "Name this version" : "Settu heiti á þessa útgáfu",
+ "Edit version name" : "Breyta heiti útgáfunnar",
+ "Compare to current version" : "Bera saman við fyrirliggjandi útgáfu",
+ "Restore version" : "Endurheimta útgáfu",
+ "Download version" : "Sækja útgáfu",
+ "Delete version" : "Eyða útgáfu",
+ "Version name" : "Heiti útgáfu",
+ "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Nefndar útgáfur eru varanlegar og er undanþegnar við sjálfvirkar tiltektir þegar geymslukvóti fyllist.",
+ "Remove version name" : "Fjarlægja heiti útgáfu",
+ "Save version name" : "Vista heiti útgáfu",
+ "Current version" : "Fyrirliggjandi útgáfa",
+ "Initial version" : "Upprunaleg útgáfa",
+ "Initial version restored" : "Upprunaleg útgáfa endurheimt",
+ "Version restored" : "Útgáfa endurheimt",
+ "Could not restore version" : "Gat ekki endurheimt útgáfu",
+ "Could not set version name" : "Gat ekki sett heiti á útgáfu",
+ "Could not delete version" : "Gat ekki eytt útgáfu",
+ "${version.label} restored" : "${version.label} endurheimt"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
diff --git a/apps/files_versions/l10n/is.json b/apps/files_versions/l10n/is.json
index 0ccabe8a7d3..95595a6a28d 100644
--- a/apps/files_versions/l10n/is.json
+++ b/apps/files_versions/l10n/is.json
@@ -1,10 +1,23 @@
{ "translations": {
"Versions" : "Útgáfur",
"This application automatically maintains older versions of files that are changed." : "Þetta forrit viðheldur sjálfvirkt eldri útgáfum skráa sem er breytt.",
- "Version" : "Útgáfa",
- "Failed to revert {file} to revision {timestamp}." : "Mistókst að endurheimta {file} útgáfu {timestamp}.",
- "_%n byte_::_%n bytes_" : ["%n bæti","%n bæti"],
- "Restore" : "Endurheimta",
- "No other versions available" : "Engar aðrar útgáfur í boði"
+ "Name this version" : "Settu heiti á þessa útgáfu",
+ "Edit version name" : "Breyta heiti útgáfunnar",
+ "Compare to current version" : "Bera saman við fyrirliggjandi útgáfu",
+ "Restore version" : "Endurheimta útgáfu",
+ "Download version" : "Sækja útgáfu",
+ "Delete version" : "Eyða útgáfu",
+ "Version name" : "Heiti útgáfu",
+ "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Nefndar útgáfur eru varanlegar og er undanþegnar við sjálfvirkar tiltektir þegar geymslukvóti fyllist.",
+ "Remove version name" : "Fjarlægja heiti útgáfu",
+ "Save version name" : "Vista heiti útgáfu",
+ "Current version" : "Fyrirliggjandi útgáfa",
+ "Initial version" : "Upprunaleg útgáfa",
+ "Initial version restored" : "Upprunaleg útgáfa endurheimt",
+ "Version restored" : "Útgáfa endurheimt",
+ "Could not restore version" : "Gat ekki endurheimt útgáfu",
+ "Could not set version name" : "Gat ekki sett heiti á útgáfu",
+ "Could not delete version" : "Gat ekki eytt útgáfu",
+ "${version.label} restored" : "${version.label} endurheimt"
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
} \ No newline at end of file
diff --git a/apps/files_versions/l10n/zh_CN.js b/apps/files_versions/l10n/zh_CN.js
index 8d90f8d322f..89e57366d4b 100644
--- a/apps/files_versions/l10n/zh_CN.js
+++ b/apps/files_versions/l10n/zh_CN.js
@@ -6,6 +6,7 @@ OC.L10N.register(
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "此应用程序自动维护已被更改的旧版本文件。开启时,每个用户的目录中都将呈现一个隐藏的版本文件夹,其用来储存旧版本文件。用户可随时通过Web界面还原到更旧的版本,使其成为新版本。此应用自动管理版本文件夹,以确保用户不因版本而用尽配额。\n\t\t除版本到期以外,版本App确保永不使用超过用户当前可用空间的50%。如果存储的版本超过此限制,此App将首先删除最旧的版本,直到符合限制。更多信息可见 版本 文档。",
"Name this version" : "命名此版本",
"Edit version name" : "编辑版本名",
+ "Compare to current version" : "与当前版本比较",
"Restore version" : "恢复版本",
"Download version" : "下载版本",
"Delete version" : "删除版本",
@@ -14,6 +15,7 @@ OC.L10N.register(
"Remove version name" : "删除版本名",
"Save version name" : "保存版本名",
"Current version" : "当前版本",
+ "Initial version" : "初始版本",
"Initial version restored" : "已还原最初版本",
"Version restored" : "版本已还原",
"Could not restore version" : "无法还原版本",
diff --git a/apps/files_versions/l10n/zh_CN.json b/apps/files_versions/l10n/zh_CN.json
index 6c2db74145d..a0345d964b9 100644
--- a/apps/files_versions/l10n/zh_CN.json
+++ b/apps/files_versions/l10n/zh_CN.json
@@ -4,6 +4,7 @@
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "此应用程序自动维护已被更改的旧版本文件。开启时,每个用户的目录中都将呈现一个隐藏的版本文件夹,其用来储存旧版本文件。用户可随时通过Web界面还原到更旧的版本,使其成为新版本。此应用自动管理版本文件夹,以确保用户不因版本而用尽配额。\n\t\t除版本到期以外,版本App确保永不使用超过用户当前可用空间的50%。如果存储的版本超过此限制,此App将首先删除最旧的版本,直到符合限制。更多信息可见 版本 文档。",
"Name this version" : "命名此版本",
"Edit version name" : "编辑版本名",
+ "Compare to current version" : "与当前版本比较",
"Restore version" : "恢复版本",
"Download version" : "下载版本",
"Delete version" : "删除版本",
@@ -12,6 +13,7 @@
"Remove version name" : "删除版本名",
"Save version name" : "保存版本名",
"Current version" : "当前版本",
+ "Initial version" : "初始版本",
"Initial version restored" : "已还原最初版本",
"Version restored" : "版本已还原",
"Could not restore version" : "无法还原版本",