Skip to content

Commit

Permalink
[tx-robot] updated from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
nextcloud-bot committed Sep 18, 2020
1 parent 8813fde commit d5d1ee6
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
11 changes: 11 additions & 0 deletions l10n/da.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
OC.L10N.register(
"files_lock",
{
"Unlock file" : "Lås op filen",
"Lock file" : "Lås filen",
"Locked by {0}" : "Låst af {0}",
"Temporary files lock" : "Midlertidig fil lås",
"Temporary lock your files" : "Midlertidigt lås dine filer",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Tillad brugere at midlertidigt låse deres filer for at undgå konflikter mens de arbejder på en delte filer"
},
"nplurals=2; plural=(n != 1);");
9 changes: 9 additions & 0 deletions l10n/da.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{ "translations": {
"Unlock file" : "Lås op filen",
"Lock file" : "Lås filen",
"Locked by {0}" : "Låst af {0}",
"Temporary files lock" : "Midlertidig fil lås",
"Temporary lock your files" : "Midlertidigt lås dine filer",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Tillad brugere at midlertidigt låse deres filer for at undgå konflikter mens de arbejder på en delte filer"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
11 changes: 11 additions & 0 deletions l10n/zh_TW.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
OC.L10N.register(
"files_lock",
{
"Unlock file" : "解鎖檔案",
"Lock file" : "上鎖檔案",
"Locked by {0}" : "由 {0} 上鎖",
"Temporary files lock" : "暫時上鎖檔案",
"Temporary lock your files" : "暫時將您的檔案上鎖",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "允許您的使用者將他們的檔案暫時上鎖,以免在處理分享檔案時出現衝突。"
},
"nplurals=1; plural=0;");
9 changes: 9 additions & 0 deletions l10n/zh_TW.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{ "translations": {
"Unlock file" : "解鎖檔案",
"Lock file" : "上鎖檔案",
"Locked by {0}" : "由 {0} 上鎖",
"Temporary files lock" : "暫時上鎖檔案",
"Temporary lock your files" : "暫時將您的檔案上鎖",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "允許您的使用者將他們的檔案暫時上鎖,以免在處理分享檔案時出現衝突。"
},"pluralForm" :"nplurals=1; plural=0;"
}

0 comments on commit d5d1ee6

Please sign in to comment.