fix(i18n): Make interpolation parameters match up in the English and translated strings.

closes #1539
This commit is contained in:
Oliver Geer
2025-08-29 10:25:41 +01:00
committed by setop
parent cc2e88d231
commit fe6fc7345b
22 changed files with 118 additions and 118 deletions

View File

@@ -345,7 +345,7 @@
"Do you really want to suspend the account « {emailAccount} » ?": "Stvarno želiš suspendirati račun „{emailAccount}”?",
"Do you really want to suspend this account? All of the user's profiles will be deleted.": "Stvarno želiš suspendirati ovaj račun? Svi korisnički profili će se izbrisati.",
"Do you really want to suspend this profile? All of the profiles content will be deleted.": "Stvarno želiš suspendirati ovaj profil? Sav sadržaj profila će se izbrisati.",
"Do you wish to {create_event} or {explore_events}?": "Želite li {create_event} ili {explore_event}?",
"Do you wish to {create_event} or {explore_events}?": "Želite li {create_event} ili {explore_events}?",
"Do you wish to {create_group} or {explore_groups}?": "Želite li {create_group} ili {explore_groups}?",
"Does the event needs to be confirmed later or is it cancelled?": "Treba li događaj kasnije potvrditi ili je otkazan?",
"Domain": "Domena",
@@ -1374,7 +1374,7 @@
"You created the event {event}.": "Stvorili ste događaj {event}.",
"You created the folder {resource}.": "Stvorili ste mapu {resource}.",
"You created the group {group}.": "Stvorili ste grupu {group}.",
"You created the post {post}.": "Stvorili ste objavu {objava}.",
"You created the post {post}.": "Stvorili ste objavu {post}.",
"You created the resource {resource}.": "Stvorili ste resurs {resource}.",
"You deleted the discussion {discussion}.": "Izbrisao/la si raspravu {discussion}.",
"You deleted the event {event}.": "Izbrisali ste događaj {event}.",
@@ -1533,7 +1533,7 @@
"{count} requests waiting": "{count} zahtjeva na čekanju",
"{eventsCount} events found": "Nije pronađenen nijedan događaj|Pronađen je jedan događaj|Pronađena su {eventsCount} događaja",
"{folder} - Resources": "{folder} resursi",
"{groupsCount} groups found": "Nije pronađenena nijedna grupa|Pronađena je jedna grupa|Pronađene su {eventsCount} grupe",
"{groupsCount} groups found": "Nije pronađenena nijedna grupa|Pronađena je jedna grupa|Pronađene su {groupsCount} grupe",
"{group} activity timeline": "Kronologija aktivnosti grupe {group}",
"{group} events": "Događaji grupe {group}",
"{group} posts": "{group} objave",
@@ -1590,7 +1590,7 @@
"{profile} joined the the event {event}.": "{profile} se pridružio/la događaju {event}.",
"{profile} moved the folder {resource} into {new_path}.": "{profile} su premjestili mapu {resource} u {new_path}.",
"{profile} moved the folder {resource} to the root folder.": "{profile} su premjestili mapu {resource} u glavnu mapu.",
"{profile} moved the resource {resource} into {new_path}.": "{profile} su premjestili resurs {resource} u {new path}.",
"{profile} moved the resource {resource} into {new_path}.": "{profile} su premjestili resurs {resource} u {new_path}.",
"{profile} moved the resource {resource} to the root folder.": "{profile} su premjestili resurs {resource} u glavnu mapu.",
"{profile} posted a comment on the event {event}.": "{profile} je objavio/la komentar o događaju {event}.",
"{profile} promoted {member} to administrator.": "{profile} su promovirali {member} u administratora.",
@@ -1605,10 +1605,10 @@
"{profile} replied to the discussion {discussion}.": "{profile} je odgovorio/la na raspravu {discussion}.",
"{profile} updated the group {group}.": "{profile} su ažurirali grupu {group}.",
"{profile} updated the member {member}.": "{profile} su ažurirali člana {member}.",
"{resultsCount} results found": "Nije pronađenen nijedan rezultat|Pronađen je jedan rezultat|Pronađena su {eventsCount} rezultata",
"{resultsCount} results found": "Nije pronađenen nijedan rezultat|Pronađen je jedan rezultat|Pronađena su {resultsCount} rezultata",
"{timezoneLongName} ({timezoneShortName})": "{timezoneLongName} ({timezoneShortName})",
"{title} ({count} todos)": "{title} ({count} zadatka)",
"{username} was invited to {group}": "{username} su pozvani u {grupu}",
"{username} was invited to {group}": "{username} su pozvani u {group}",
"{user}'s follow request was accepted": "Zahtjev za praćenje od {user} je prihvaćen",
"{user}'s follow request was rejected": "Zahtjev za praćenje od {user} je odbijen",
"© The OpenStreetMap Contributors": "© OpenStreetMap suradnici"