Skip to content

Translations update from Hosted Weblate #277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/libs/translations/src/lib/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"tabTitle": "{{groupName}} - روابط الدعوة"
},
"delete": {
"description": "هل أنت متأكد أنك تريد حذف المجموعة {{groupName}}",
"description": "هل أنت متأكد أنك تريد حذف المجموعة {{groupName}}؟",
"title": "حذف المجموعة"
},
"settings": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/libs/translations/src/lib/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
},
"delete": {
"title": "Gruppe löschen",
"description": "Sind Sie sicher, dass Sie die Gruppe {{groupName}} löschen möchten"
"description": "Sind Sie sicher, dass Sie die Gruppe {{groupName}} löschen möchten?"
}
},
"images": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/libs/translations/src/lib/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"delete": {
"title": "Delete Group",
"description": "Are you sure you want to delete group {{groupName}}"
"description": "Are you sure you want to delete group {{groupName}}?"
},
"archivedDisclaimer": "This group is archived and therefore read-only.",
"list": {
Expand Down
3 changes: 2 additions & 1 deletion frontend/libs/translations/src/lib/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@
"createTransferForAccount": "Crear transferencia a {{accountName}}",
"type": {
"purchase": "compra",
"transfer": "transferencia"
"transfer": "transferencia",
"mimo": "ingreso"
},
"history": {
"linkTo": "Historial"
Expand Down
2 changes: 1 addition & 1 deletion frontend/libs/translations/src/lib/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"archivedDisclaimer": "Ця група заархівована і тому доступна лише для читання.",
"delete": {
"title": "Видалити групу",
"description": "Ви дійсно хочете видалити групу {{groupName}}"
"description": "Ви впевнені, що хочете видалити групу {{groupName}}?"
},
"create": {
"addUserAccountOnJoinDescription": "Автоматично додавати облікові записи для нових учасників групи",
Expand Down