Skip to content

Commit b091e77

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 107a7c5 commit b091e77

File tree

18 files changed

+146
-2
lines changed

18 files changed

+146
-2
lines changed

apps/systemtags/l10n/be.js

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
OC.L10N.register(
2+
"systemtags",
3+
{
4+
"System tag %1$s added by the system" : "Сістэмны тэг %1$s дададзены сістэмай",
5+
"Added system tag {systemtag}" : "Дададзены сістэмны тэг {systemtag}",
6+
"Added system tag %1$s" : "Дададзены сістэмны тэг %1$s",
7+
"%1$s added system tag %2$s" : "%1$s дадаў(-ла) сістэмны тэг %2$s",
8+
"{actor} added system tag {systemtag}" : "{actor} дадаў(-ла) сістэмны тэг {systemtag}",
9+
"System tag %1$s removed by the system" : "Сістэмны тэг %1$s выдалены сістэмай",
10+
"Removed system tag {systemtag}" : "Выдалены сістэмны тэг {systemtag}",
11+
"Removed system tag %1$s" : "Выдалены сістэмны тэг %1$s",
12+
"%1$s removed system tag %2$s" : "%1$s выдаліў(-ла) сістэмны тэг %2$s",
13+
"{actor} removed system tag {systemtag}" : "{actor} выдаліў(-ла) сістэмны тэг {systemtag}",
14+
"You created system tag %1$s" : "Вы стварылі сістэмны тэг %1$s",
15+
"You created system tag {systemtag}" : "Вы стварылі сістэмны тэг {systemtag}",
16+
"%1$s created system tag %2$s" : "%1$s стварыў(-ла) сістэмны тэг %2$s",
17+
"{actor} created system tag {systemtag}" : "{actor} стварыў(-ла) сістэмны тэг {systemtag}",
18+
"You deleted system tag %1$s" : "Вы выдалілі сістэмны тэг %1$s",
19+
"You deleted system tag {systemtag}" : "Вы выдалілі сістэмны тэг {systemtag}",
20+
"%1$s deleted system tag %2$s" : "%1$s выдаліў(-ла) сістэмны тэг %2$s",
21+
"{actor} deleted system tag {systemtag}" : "{actor} выдаліў(-ла) сістэмны тэг {systemtag}",
22+
"You updated system tag %2$s to %1$s" : "Вы змянілі сістэмны тэг %2$s на %1$s",
23+
"You updated system tag {oldsystemtag} to {newsystemtag}" : "Вы змянілі сістэмны тэг {oldsystemtag} на {newsystemtag}",
24+
"%1$s updated system tag %3$s to %2$s" : "%1$s змяніў(-ла) сістэмны тэг %3$s на %2$s",
25+
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} змяніў(-ла) сістэмны тэг {oldsystemtag} на {newsystemtag}",
26+
"System tag %2$s was added to %1$s by the system" : "Сістэмны тэг %2$s быў дададзены да %1$s сістэмай",
27+
"System tag {systemtag} was added to {file} by the system" : "Сістэмны тэг {systemtag} быў дададзены да {file} сістэмай",
28+
"You added system tag %2$s to %1$s" : "Вы дадалі сістэмны тэг %2$s да %1$s",
29+
"You added system tag {systemtag} to {file}" : "Вы дадалі сістэмны тэг {systemtag} да {file}",
30+
"%1$s added system tag %3$s to %2$s" : "%1$s дадаў(-ла) сістэмны тэг %3$s да %2$s",
31+
"{actor} added system tag {systemtag} to {file}" : "{actor} дадаў(-ла) сістэмны тэг {systemtag} да {file}",
32+
"System tag %2$s was removed from %1$s by the system" : "Сістэмны тэг %2$s быў выдалены з %1$s сістэмай",
33+
"System tag {systemtag} was removed from {file} by the system" : "Сістэмны тэг {systemtag} быў выдалены з {file} сістэмай",
34+
"You removed system tag %2$s from %1$s" : "Вы выдалілі сістэмны тэг %2$s з %1$s",
35+
"You removed system tag {systemtag} from {file}" : "Вы выдалілі сістэмны тэг {systemtag} з {file}",
36+
"%1$s removed system tag %3$s from %2$s" : "%1$s выдаліў(-ла) сістэмны тэг %3$s з %2$s",
37+
"{actor} removed system tag {systemtag} from {file}" : "{actor} выдаліў(-ла) сістэмны тэг {systemtag} з {file}",
38+
"<strong>System tags</strong> for a file have been modified" : "<strong>Сістэмныя тэгі</strong> файла былі зменены",
39+
"Files" : "Файлы",
40+
"Tags" : "Тэгі",
41+
"Collaborative tags" : "Супольныя тэгі",
42+
"Invisible" : "Нябачны",
43+
"Created tag" : "Створаны тэг",
44+
"Failed to create tag" : "Не ўдалося стварыць тэг",
45+
"Updated tag" : "Зменены тэг",
46+
"Failed to update tag" : "Не ўдалося змяніць тэг",
47+
"Deleted tag" : "Выдалены тэг",
48+
"Failed to delete tag" : "Не ўдалося выдаліць тэг",
49+
"Tag name" : "Назва тэга",
50+
"Create" : "Стварыць",
51+
"Update" : "Абнавіць",
52+
"Delete" : "Выдаліць",
53+
"Reset" : "Скінуць",
54+
"Loading …" : "Загрузка …",
55+
"Manage tags" : "Кіраванне тэгамі",
56+
"Change tag color" : "Змяніць колер тэга",
57+
"Create new tag" : "Стварыйь новы тэг",
58+
"Cancel" : "Скасаваць",
59+
"Apply" : "Ужыць",
60+
"Open in Files" : "Адкрыць у Файлах",
61+
"List of tags and their associated files and folders." : "Спіс тэгаў і звязаных з імі файлаў і папак.",
62+
"No tags found" : "Тэгі не знойдзены",
63+
"Tags you have created will show up here." : "Тут будуць паказвацца створаныя вамі тэгі.",
64+
"Apply changes" : "Ужыць змены"
65+
},
66+
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");

apps/systemtags/l10n/be.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{ "translations": {
2+
"System tag %1$s added by the system" : "Сістэмны тэг %1$s дададзены сістэмай",
3+
"Added system tag {systemtag}" : "Дададзены сістэмны тэг {systemtag}",
4+
"Added system tag %1$s" : "Дададзены сістэмны тэг %1$s",
5+
"%1$s added system tag %2$s" : "%1$s дадаў(-ла) сістэмны тэг %2$s",
6+
"{actor} added system tag {systemtag}" : "{actor} дадаў(-ла) сістэмны тэг {systemtag}",
7+
"System tag %1$s removed by the system" : "Сістэмны тэг %1$s выдалены сістэмай",
8+
"Removed system tag {systemtag}" : "Выдалены сістэмны тэг {systemtag}",
9+
"Removed system tag %1$s" : "Выдалены сістэмны тэг %1$s",
10+
"%1$s removed system tag %2$s" : "%1$s выдаліў(-ла) сістэмны тэг %2$s",
11+
"{actor} removed system tag {systemtag}" : "{actor} выдаліў(-ла) сістэмны тэг {systemtag}",
12+
"You created system tag %1$s" : "Вы стварылі сістэмны тэг %1$s",
13+
"You created system tag {systemtag}" : "Вы стварылі сістэмны тэг {systemtag}",
14+
"%1$s created system tag %2$s" : "%1$s стварыў(-ла) сістэмны тэг %2$s",
15+
"{actor} created system tag {systemtag}" : "{actor} стварыў(-ла) сістэмны тэг {systemtag}",
16+
"You deleted system tag %1$s" : "Вы выдалілі сістэмны тэг %1$s",
17+
"You deleted system tag {systemtag}" : "Вы выдалілі сістэмны тэг {systemtag}",
18+
"%1$s deleted system tag %2$s" : "%1$s выдаліў(-ла) сістэмны тэг %2$s",
19+
"{actor} deleted system tag {systemtag}" : "{actor} выдаліў(-ла) сістэмны тэг {systemtag}",
20+
"You updated system tag %2$s to %1$s" : "Вы змянілі сістэмны тэг %2$s на %1$s",
21+
"You updated system tag {oldsystemtag} to {newsystemtag}" : "Вы змянілі сістэмны тэг {oldsystemtag} на {newsystemtag}",
22+
"%1$s updated system tag %3$s to %2$s" : "%1$s змяніў(-ла) сістэмны тэг %3$s на %2$s",
23+
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} змяніў(-ла) сістэмны тэг {oldsystemtag} на {newsystemtag}",
24+
"System tag %2$s was added to %1$s by the system" : "Сістэмны тэг %2$s быў дададзены да %1$s сістэмай",
25+
"System tag {systemtag} was added to {file} by the system" : "Сістэмны тэг {systemtag} быў дададзены да {file} сістэмай",
26+
"You added system tag %2$s to %1$s" : "Вы дадалі сістэмны тэг %2$s да %1$s",
27+
"You added system tag {systemtag} to {file}" : "Вы дадалі сістэмны тэг {systemtag} да {file}",
28+
"%1$s added system tag %3$s to %2$s" : "%1$s дадаў(-ла) сістэмны тэг %3$s да %2$s",
29+
"{actor} added system tag {systemtag} to {file}" : "{actor} дадаў(-ла) сістэмны тэг {systemtag} да {file}",
30+
"System tag %2$s was removed from %1$s by the system" : "Сістэмны тэг %2$s быў выдалены з %1$s сістэмай",
31+
"System tag {systemtag} was removed from {file} by the system" : "Сістэмны тэг {systemtag} быў выдалены з {file} сістэмай",
32+
"You removed system tag %2$s from %1$s" : "Вы выдалілі сістэмны тэг %2$s з %1$s",
33+
"You removed system tag {systemtag} from {file}" : "Вы выдалілі сістэмны тэг {systemtag} з {file}",
34+
"%1$s removed system tag %3$s from %2$s" : "%1$s выдаліў(-ла) сістэмны тэг %3$s з %2$s",
35+
"{actor} removed system tag {systemtag} from {file}" : "{actor} выдаліў(-ла) сістэмны тэг {systemtag} з {file}",
36+
"<strong>System tags</strong> for a file have been modified" : "<strong>Сістэмныя тэгі</strong> файла былі зменены",
37+
"Files" : "Файлы",
38+
"Tags" : "Тэгі",
39+
"Collaborative tags" : "Супольныя тэгі",
40+
"Invisible" : "Нябачны",
41+
"Created tag" : "Створаны тэг",
42+
"Failed to create tag" : "Не ўдалося стварыць тэг",
43+
"Updated tag" : "Зменены тэг",
44+
"Failed to update tag" : "Не ўдалося змяніць тэг",
45+
"Deleted tag" : "Выдалены тэг",
46+
"Failed to delete tag" : "Не ўдалося выдаліць тэг",
47+
"Tag name" : "Назва тэга",
48+
"Create" : "Стварыць",
49+
"Update" : "Абнавіць",
50+
"Delete" : "Выдаліць",
51+
"Reset" : "Скінуць",
52+
"Loading …" : "Загрузка …",
53+
"Manage tags" : "Кіраванне тэгамі",
54+
"Change tag color" : "Змяніць колер тэга",
55+
"Create new tag" : "Стварыйь новы тэг",
56+
"Cancel" : "Скасаваць",
57+
"Apply" : "Ужыць",
58+
"Open in Files" : "Адкрыць у Файлах",
59+
"List of tags and their associated files and folders." : "Спіс тэгаў і звязаных з імі файлаў і папак.",
60+
"No tags found" : "Тэгі не знойдзены",
61+
"Tags you have created will show up here." : "Тут будуць паказвацца створаныя вамі тэгі.",
62+
"Apply changes" : "Ужыць змены"
63+
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
64+
}

apps/updatenotification/l10n/es.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/updatenotification/l10n/es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"A new version is available: <strong>{newVersionString}</strong>" : "La nueva versión está disponible: <strong>{newVersionString}</strong>",
1919
"Note that after a new release the update only shows up after the first minor release or later. We roll out new versions spread out over time and sometimes skip a version when issues are found. Learn more about updates and release channels at {link}" : "Tenga en cuenta que tras un nuevo lanzamiento, la actualización sólo se mostrará después de la primera versión menor o posterior. Las nuevas versiones se distribuyen a lo largo del tiempo y a veces se omiten versiones cuando se encuentran problemas. Obtenga más información acerca de las actualizaciones y los canales de lanzamiento en {link}",
2020
"Checked on {lastCheckedDate} - Open changelog" : "Comprobado en {lastCheckedDate} - Abrir registro de cambios",
21-
"Checking apps for compatible versions" : "Comprobando las versiones comatibles de las apps ",
21+
"Checking apps for compatible versions" : "Comprobando que las apps tengan actualizaciones compatibles",
2222
"Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Por favor, asegúrate de que tu config.php no tiene configurado <samp>appstoreenabled</samp> como 'false'.",
2323
"Could not connect to the App Store or no updates have been returned at all. Search manually for updates or make sure your server has access to the internet and can connect to the App Store." : "No se ha podido conectar a la App Store o no se ha devuelto ninguna actualización. Busque manualmente las actualizaciones o asegúrese de que su servidor tiene acceso a Internet y pueda conectarse a la App Store.",
2424
"<strong>All</strong> apps have a compatible version for this {productName} version available." : "<strong>Todas</strong> las apps tienen una versión compatible para la versión de {productName} disponible.",

core/l10n/de.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ OC.L10N.register(
245245
"Last 30 days" : "Die letzten 30 Tage",
246246
"This year" : "Dieses Jahr",
247247
"Last year" : "Letztes Jahr",
248+
"Between {startDate} and {endDate}" : "Von {startDate} bis {endDate}",
248249
"Unified search" : "Einheitliche Suche",
249250
"Search apps, files, tags, messages" : "Nach Apps, Dateien, Schlagworten und Nachrichten suchen",
250251
"Places" : "Orte",

core/l10n/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@
243243
"Last 30 days" : "Die letzten 30 Tage",
244244
"This year" : "Dieses Jahr",
245245
"Last year" : "Letztes Jahr",
246+
"Between {startDate} and {endDate}" : "Von {startDate} bis {endDate}",
246247
"Unified search" : "Einheitliche Suche",
247248
"Search apps, files, tags, messages" : "Nach Apps, Dateien, Schlagworten und Nachrichten suchen",
248249
"Places" : "Orte",

core/l10n/de_DE.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ OC.L10N.register(
245245
"Last 30 days" : "Die letzten 30 Tage",
246246
"This year" : "Dieses Jahr",
247247
"Last year" : "Letztes Jahr",
248+
"Between {startDate} and {endDate}" : "Von {startDate} bis {endDate}",
248249
"Unified search" : "Einheitliche Suche",
249250
"Search apps, files, tags, messages" : "Nach Apps, Dateien, Schlagworten und Nachrichten suchen",
250251
"Places" : "Orte",

core/l10n/de_DE.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@
243243
"Last 30 days" : "Die letzten 30 Tage",
244244
"This year" : "Dieses Jahr",
245245
"Last year" : "Letztes Jahr",
246+
"Between {startDate} and {endDate}" : "Von {startDate} bis {endDate}",
246247
"Unified search" : "Einheitliche Suche",
247248
"Search apps, files, tags, messages" : "Nach Apps, Dateien, Schlagworten und Nachrichten suchen",
248249
"Places" : "Orte",

core/l10n/en_GB.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ OC.L10N.register(
245245
"Last 30 days" : "Last 30 days",
246246
"This year" : "This year",
247247
"Last year" : "Last year",
248+
"Between {startDate} and {endDate}" : "Between {startDate} and {endDate}",
248249
"Unified search" : "Unified search",
249250
"Search apps, files, tags, messages" : "Search apps, files, tags, messages",
250251
"Places" : "Places",

core/l10n/en_GB.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@
243243
"Last 30 days" : "Last 30 days",
244244
"This year" : "This year",
245245
"Last year" : "Last year",
246+
"Between {startDate} and {endDate}" : "Between {startDate} and {endDate}",
246247
"Unified search" : "Unified search",
247248
"Search apps, files, tags, messages" : "Search apps, files, tags, messages",
248249
"Places" : "Places",

0 commit comments

Comments
 (0)