Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Feb 28, 2024
1 parent 9faaacf commit 109e7a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions l10n/ast.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ OC.L10N.register(
"Blur" : "Emborrinar",
"Upload" : "Xunir",
"Files" : "Ficheros",
"Invalid path selected" : "Seleicionóse un camín inválidu",
"Set reminder" : "Configurar un recordatoriu",
"Dismiss" : "Escartar",
"The message could not be translated" : "Nun se pudo traducir el mensaxe",
Expand Down
1 change: 1 addition & 0 deletions l10n/ast.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@
"Blur" : "Emborrinar",
"Upload" : "Xunir",
"Files" : "Ficheros",
"Invalid path selected" : "Seleicionóse un camín inválidu",
"Set reminder" : "Configurar un recordatoriu",
"Dismiss" : "Escartar",
"The message could not be translated" : "Nun se pudo traducir el mensaxe",
Expand Down
2 changes: 1 addition & 1 deletion l10n/he.js
Original file line number Diff line number Diff line change
Expand Up @@ -610,4 +610,4 @@ OC.L10N.register(
"Exit fullscreen (F)" : "יציאה ממסך מלא (F)",
"Mention room" : "אזכור חדר"
},
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");
2 changes: 1 addition & 1 deletion l10n/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -607,5 +607,5 @@
"Rename conversation" : "שינוי שם הדיון",
"Exit fullscreen (F)" : "יציאה ממסך מלא (F)",
"Mention room" : "אזכור חדר"
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
}

0 comments on commit 109e7a8

Please sign in to comment.