fix(i18n): Make interpolation parameters match up in the English and translated strings.
closes #1539
This commit is contained in:
@@ -506,7 +506,7 @@
|
||||
"Log out": "Keluar",
|
||||
"Login": "Masuk",
|
||||
"Login on Mobilizon!": "Masuk ke Mobilizon!",
|
||||
"Login on {instance}": "Masuk di {instansi}",
|
||||
"Login on {instance}": "Masuk di {instance}",
|
||||
"Login status": "Status login",
|
||||
"Main languages you/your moderators speak": "",
|
||||
"Manage participations": "",
|
||||
@@ -1060,7 +1060,7 @@
|
||||
"You can't use push notifications in this browser.": "Anda tidak dapat menggunakan notifikasi push di browser ini.",
|
||||
"You changed your email or password": "Anda mengubah email atau kata sandi Anda",
|
||||
"You created the discussion {discussion}.": "",
|
||||
"You created the event {event}.": "Anda membuat acara {acara}.",
|
||||
"You created the event {event}.": "Anda membuat acara {event}.",
|
||||
"You created the folder {resource}.": "",
|
||||
"You created the group {group}.": "Anda membuat kelompok {group}.",
|
||||
"You created the post {post}.": "Anda membuat postingan {post}.",
|
||||
@@ -1107,7 +1107,7 @@
|
||||
"You updated the event {event}.": "Anda memperbarui acara {event}.",
|
||||
"You updated the group {group}.": "Anda memperbarui kelompok {group}.",
|
||||
"You updated the member {member}.": "Anda memperbarui anggota {member}.",
|
||||
"You updated the post {post}.": "Anda memperbarui postingan {post.",
|
||||
"You updated the post {post}.": "Anda memperbarui postingan {post}.",
|
||||
"You were demoted to an unknown role by {profile}.": "",
|
||||
"You were demoted to moderator by {profile}.": "",
|
||||
"You were demoted to simple member by {profile}.": "",
|
||||
|
||||
Reference in New Issue
Block a user