You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: l10n/gl.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ OC.L10N.register(
3
3
{
4
4
"File is currently locked by %s" : "O ficheiro está bloqueado por %s",
5
5
"File is not locked" : "O ficheiro non está bloqueado",
6
+
"File can only be locked with update permissions." : "Só é posíbel bloquear o ficheiro con permisos de actualización.",
6
7
"File can only be unlocked by providing a valid owner lock token" : "Só se pode desbloquear o ficheiro fornecendo un testemuño de bloqueo de propietario válido",
7
8
"File can only be unlocked by the owner of the lock" : "O ficheiro só o pode desbloquear o propietario do bloqueo",
Copy file name to clipboardExpand all lines: l10n/gl.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
{ "translations": {
2
2
"File is currently locked by %s" : "O ficheiro está bloqueado por %s",
3
3
"File is not locked" : "O ficheiro non está bloqueado",
4
+
"File can only be locked with update permissions." : "Só é posíbel bloquear o ficheiro con permisos de actualización.",
4
5
"File can only be unlocked by providing a valid owner lock token" : "Só se pode desbloquear o ficheiro fornecendo un testemuño de bloqueo de propietario válido",
5
6
"File can only be unlocked by the owner of the lock" : "O ficheiro só o pode desbloquear o propietario do bloqueo",
Copy file name to clipboardExpand all lines: l10n/ja.js
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ OC.L10N.register(
3
3
{
4
4
"File is currently locked by %s" : "ファイルは現在 %s によってロックされています",
5
5
"File is not locked" : "ファイルはロックされていません",
6
+
"File can only be locked with update permissions." : "ファイルは更新権限がある場合にのみロックできます。",
6
7
"File can only be unlocked by providing a valid owner lock token" : "ファイルのロックを解除するには、所有者が持つ正しいロックトークンが必要です",
7
8
"File can only be unlocked by the owner of the lock" : "ロックの所有者のみがファイルロックを解除できます",
8
9
"Desktop client" : "デスクトップクライアント",
@@ -16,6 +17,7 @@ OC.L10N.register(
16
17
"Automatically locked by {user}" : "{user}が自動でロック",
17
18
"Unlock file" : "ファイルのロックを解除",
18
19
"Lock file" : "ファイルをロック",
20
+
"files_lock" : "files_lock",
19
21
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "このファイルはクライアントによって自動的にロックされています。ロックを解除すると、ファイルの保存が競合する可能性があります。",
Copy file name to clipboardExpand all lines: l10n/ja.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
{ "translations": {
2
2
"File is currently locked by %s" : "ファイルは現在 %s によってロックされています",
3
3
"File is not locked" : "ファイルはロックされていません",
4
+
"File can only be locked with update permissions." : "ファイルは更新権限がある場合にのみロックできます。",
4
5
"File can only be unlocked by providing a valid owner lock token" : "ファイルのロックを解除するには、所有者が持つ正しいロックトークンが必要です",
5
6
"File can only be unlocked by the owner of the lock" : "ロックの所有者のみがファイルロックを解除できます",
6
7
"Desktop client" : "デスクトップクライアント",
@@ -14,6 +15,7 @@
14
15
"Automatically locked by {user}" : "{user}が自動でロック",
15
16
"Unlock file" : "ファイルのロックを解除",
16
17
"Lock file" : "ファイルをロック",
18
+
"files_lock" : "files_lock",
17
19
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "このファイルはクライアントによって自動的にロックされています。ロックを解除すると、ファイルの保存が競合する可能性があります。",
0 commit comments