Skip to content

Commit 1d25aaf

Browse files
committed
Update translations
1 parent d50d749 commit 1d25aaf

28 files changed

+77
-148
lines changed

config/locales/client.bs_BA.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ bs_BA:
2222
voted_title: "Glasano"
2323
voting_closed_title: "Zatvoreno"
2424
voting_limit: "Limit"
25-
votes_left:
26-
one: "Imate još {{count}} preostao glas, pogledati <a href='{{path}}'>vaši glasovi</a>."
27-
few: "Imate još {{count}} preostala glasa, pogledati <a href='{{path}}'>vaši glasovi</a>."
28-
other: "Imate još {{count}} preostalih glasova, pogledati <a href='{{path}}'>vaši glasovi</a>."
29-
votes:
30-
one: "{{count}} glas"
31-
few: "{{count}} glasa"
32-
other: "{{count}} glasova"
3325
anonymous_button:
3426
one: "Glas"
3527
few: "Glasa"

config/locales/client.ca.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ ca:
2323
voting_closed_title: "Tancat"
2424
voting_limit: "Límit"
2525
votes_left:
26-
one: "Us queda {{count}} vot. Mireu els <a href='{{path}}'>vostres vots</a>."
27-
other: "Us queden {{count}} vots. Mireu els <a href='{{path}}'>vostres vots</a>."
26+
one: "Us queda %{count} vot, mireu els <a href='%{path}'>vostres vots</a>."
27+
other: "Us queden %{count} vots, mireu els <a href='%{path}'>vostres vots</a>."
2828
votes:
29-
one: "{{count}} vot"
30-
other: "{{count}} vots"
29+
one: " %{count} vot"
30+
other: "%{count} vots"
3131
anonymous_button:
3232
one: "Vota"
3333
other: "Vots"

config/locales/client.da.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ da:
2222
voted_title: "Stemte"
2323
voting_closed_title: "Lukket"
2424
voting_limit: "Begrænset"
25-
votes_left:
26-
one: "Du har {{count}} stemme tilbage, se <a href='{{path}}'>dine stemmer</a> ."
27-
other: "Du har {{count}} stemmer tilbage, se <a href='{{path}}'>dine stemmer</a> ."
28-
votes:
29-
one: "{{count}} stemme"
30-
other: "{{count}} stemmer"
3125
anonymous_button:
3226
one: "Stemme"
3327
other: "Stemmer"

config/locales/client.de.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@ de:
2222
voted_title: "Voted"
2323
voting_closed_title: "Geschlossen"
2424
voting_limit: "Limit"
25-
votes_left:
26-
one: "Du hast {{count}} Stimme übrig, siehe <a href='{{path}}'>deine Stimmen</a>."
27-
other: "Du hast {{count}} Stimmen übrig, siehe <a href='{{path}}'>deine Stimmen</a>."
2825
votes:
29-
one: "{{count}} Stimme"
30-
other: "{{count}} Stimmen"
26+
one: "%{count} Abstimmung"
27+
other: "%{count} Stimmen"
3128
anonymous_button:
3229
one: "Stimme"
3330
other: "Stimmen"

config/locales/client.es.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ es:
2222
voted_title: "Votado"
2323
voting_closed_title: "Cerrado"
2424
voting_limit: "Límite"
25-
votes_left:
26-
one: "Te queda {{count}} voto, ver <a href='{{path}}'>tus votos</a>."
27-
other: "Te quedan {{count}} votos, mira <a href='{{path}}'>tus votos</a>."
28-
votes:
29-
one: "{{count}} voto"
30-
other: "{{count}} votos"
3125
anonymous_button:
3226
one: "Voto"
3327
other: "Votos"

config/locales/client.fa_IR.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@
77

88
fa_IR:
99
js:
10+
category:
11+
sort_options:
12+
votes: "آرا"
1013
voting:
11-
vote_title: "امتیاز"
14+
title: "رأی دادن"
15+
list_votes: "آرای خود را فهرست کنید"
16+
votes_nav_help: "موضوعات با بیشترین آرا"
17+
voted: "شما به این موضوع رای داده اید"
18+
vote_title: "رای"
19+
vote_title_plural: "آرا"
20+
voted_title: "رای داده شده"
1221
voting_closed_title: "بسته"
22+
anonymous_button:
23+
one: "رای"
24+
other: "آرا"
25+
remove_vote: "حذف رای"
26+
filters:
27+
votes:
28+
title: "آرا"
29+
help: "موضوعات با بیشترین آرا"

config/locales/client.fi.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ fi:
2222
voted_title: "Äänestit"
2323
voting_closed_title: "Suljettu"
2424
voting_limit: "Yläraja"
25-
votes_left:
26-
one: "Sinulla on {{count}} ääni jäljellä, katso <a href='{{path}}'>kaikki äänesi</a>."
27-
other: "Sinulla on {{count}} ääntä jäljellä, katso <a href='{{path}}'>kaikki äänesi</a>."
28-
votes:
29-
one: "{{count}} ääni"
30-
other: "{{count}} ääntä"
3125
anonymous_button:
3226
one: "Ääni"
3327
other: "Äänet"

config/locales/client.fr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ fr:
2323
voting_closed_title: "Fermé"
2424
voting_limit: "Limite"
2525
votes_left:
26-
one: "Vous avec {{count}} vote restant, consultez <a href='{{path}}'>vos votes</a>."
27-
other: "Vous avez {{count}} votes restant, consultez <a href='{{path}}'>vos votes</a>."
26+
one: "Vous avez %{count} vote restant, consultez <a href='%{path}'>vos votes</a>."
27+
other: "Vous avez %{count} votes restants, consultez <a href='%{path}'>vos votes</a>."
2828
votes:
29-
one: "{{count}} vote"
30-
other: "{{count}} votes"
29+
one: "%{count} vote"
30+
other: "%{count} votes"
3131
anonymous_button:
3232
one: "Vote"
3333
other: "Votes"

config/locales/client.gl.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,17 @@
77

88
gl:
99
js:
10+
category:
11+
sort_options:
12+
votes: "Votos"
1013
voting:
1114
vote_title: "Votar"
15+
vote_title_plural: "Votos"
16+
voting_closed_title: "Pechado"
17+
anonymous_button:
18+
one: "Voto"
19+
other: "Votos"
20+
remove_vote: "Eliminar voto"
21+
filters:
22+
votes:
23+
title: "Votos"

config/locales/client.he.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ he:
2323
voting_closed_title: "נסגר"
2424
voting_limit: "מגבלה"
2525
votes_left:
26-
one: "נותרה לרשותך הצבעה אחת, ניתן להביט ב<a href='{{path}}'>הצבעות שלך</a>."
27-
two: "נותרו לרשותך {{count}} הצבעות, ניתן להביט ב<a href='{{path}}'>הצבעות שלך</a>."
28-
many: "נותרו לרשותך {{count}} הצבעות, ניתן להביט ב<a href='{{path}}'>הצבעות שלך</a>."
29-
other: "נותרו לרשותך {{count}} הצבעות, ניתן להביט ב<a href='{{path}}'>הצבעות שלך</a>."
26+
one: "נותרה לרשותך הצבעה %{count}, להצגת ה<a href='%{path}'>הצבעות שלך</a>."
27+
two: "נותרו לרשותך %{count} הצבעות, להצגת ה<a href='%{path}'>הצבעות שלך</a>."
28+
many: "נותרו לרשותך %{count} הצבעות, להצגת ה<a href='%{path}'>הצבעות שלך</a>."
29+
other: "נותרו לרשותך %{count} הצבעות, להצגת ה<a href='%{path}'>הצבעות שלך</a>."
3030
votes:
31-
one: "הצבעה אחת"
32-
two: "{{count}} הצבעות"
33-
many: "{{count}} הצבעות"
34-
other: "{{count}} הצבעות"
31+
one: "הצבעה %{count}"
32+
two: "%{count} הצבעות"
33+
many: "%{count} הצבעות"
34+
other: "%{count} הצבעות"
3535
anonymous_button:
3636
one: "הצבעה"
3737
two: "הצבעות"

0 commit comments

Comments
 (0)