-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IP-330: Refactor the solutions related components to use a common tra…
…nslation resource
- Loading branch information
1 parent
6880d9d
commit 9059096
Showing
17 changed files
with
220 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'sign_in_to_vote' => 'Създайте акаунт или влезте, за да гласувате', | ||
'votes_remaining' => 'Имате <b>:votes</b> :votesWord останали', | ||
'votes_remaining_plural' => 'гласа', | ||
'votes_remaining_singular' => 'глас', | ||
'you_can_vote_up_to' => 'Можете да гласувате до <b>:votes</b> :entityName', | ||
'entity_solutions' => 'решения', | ||
'entity_questionnaires' => 'анкети', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'sign_in_to_vote' => 'Erstellen Sie ein Konto oder melden Sie sich an, um abzustimmen', | ||
'votes_remaining' => 'Sie haben noch <b>:votes</b> :votesWord', | ||
'votes_remaining_plural' => 'Stimmen', | ||
'votes_remaining_singular' => 'Stimme', | ||
'you_can_vote_up_to' => 'Sie können bis zu <b>:votes</b> :entityName abstimmen', | ||
'entity_solutions' => 'Lösungen', | ||
'entity_questionnaires' => 'Fragebögen', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'sign_in_to_vote' => 'Δημιουργήστε λογαριασμό ή συνδεθείτε για να ψηφίσετε', | ||
'votes_remaining' => 'Έχετε <b>:votes</b> :votesWord απομένουν', | ||
'votes_remaining_plural' => 'ψήφοι', | ||
'votes_remaining_singular' => 'ψήφος', | ||
'you_can_vote_up_to' => 'Μπορείτε να ψηφίσετε έως <b>:votes</b> :entityName', | ||
'entity_solutions' => 'λύσεις', | ||
'entity_questionnaires' => 'ερωτηματολόγια', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'sign_in_to_vote' => 'Create and account or sign in to vote', | ||
'votes_remaining' => 'You have <b>:votes</b> :votesWord left', | ||
'votes_remaining_plural' => 'votes', | ||
'votes_remaining_singular' => 'vote', | ||
'you_can_vote_up_to' => 'You can vote up to <b>:votes</b> :entityName', | ||
'entity_solutions' => 'solutions', | ||
'entity_questionnaires' => 'questionnaires', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'sign_in_to_vote' => 'Cree una cuenta o inicie sesión para votar', | ||
'votes_remaining' => 'Le quedan <b>:votes</b> :votesWord', | ||
'votes_remaining_plural' => 'votos', | ||
'votes_remaining_singular' => 'voto', | ||
'you_can_vote_up_to' => 'Puede votar hasta <b>:votes</b> :entityName', | ||
'entity_solutions' => 'soluciones', | ||
'entity_questionnaires' => 'cuestionarios', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'sign_in_to_vote' => 'Loo konto või logi sisse, et hääletada', | ||
'votes_remaining' => 'Teil on jäänud <b>:votes</b> :votesWord', | ||
'votes_remaining_plural' => 'häält', | ||
'votes_remaining_singular' => 'hääl', | ||
'you_can_vote_up_to' => 'Saate hääletada kuni <b>:votes</b> :entityName', | ||
'entity_solutions' => 'lahendust', | ||
'entity_questionnaires' => 'küsitlust', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'sign_in_to_vote' => 'Créez un compte ou connectez-vous pour voter', | ||
'votes_remaining' => 'Il vous reste <b>:votes</b> :votesWord', | ||
'votes_remaining_plural' => 'votes', | ||
'votes_remaining_singular' => 'vote', | ||
'you_can_vote_up_to' => 'Vous pouvez voter jusqu\'à <b>:votes</b> :entityName', | ||
'entity_solutions' => 'solutions', | ||
'entity_questionnaires' => 'questionnaires', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'sign_in_to_vote' => 'Hozzon létre egy fiókot, vagy jelentkezzen be a szavazáshoz', | ||
'votes_remaining' => 'Önnek még <b>:votes</b> :votesWord van hátra', | ||
'votes_remaining_plural' => 'szavazat', | ||
'votes_remaining_singular' => 'szavazat', | ||
'you_can_vote_up_to' => 'Ön szavazhat akár <b>:votes</b> :entityName', | ||
'entity_solutions' => 'megoldások', | ||
'entity_questionnaires' => 'kérdőívek', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'sign_in_to_vote' => 'Crea un account o accedi per votare', | ||
'votes_remaining' => 'Hai <b>:votes</b> :votesWord rimasti', | ||
'votes_remaining_plural' => 'voti', | ||
'votes_remaining_singular' => 'voto', | ||
'you_can_vote_up_to' => 'Puoi votare fino a <b>:votes</b> :entityName', | ||
'entity_solutions' => 'soluzioni', | ||
'entity_questionnaires' => 'questionari', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'sign_in_to_vote' => 'Izveidojiet kontu vai piesakieties, lai balsotu', | ||
'votes_remaining' => 'Jums ir palikuši <b>:votes</b> :votesWord', | ||
'votes_remaining_plural' => 'balsis', | ||
'votes_remaining_singular' => 'balss', | ||
'you_can_vote_up_to' => 'Jūs varat balsot līdz <b>:votes</b> :entityName', | ||
'entity_solutions' => 'risinājumi', | ||
'entity_questionnaires' => 'aptaujas', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'sign_in_to_vote' => 'Maak een account aan of log in om te stemmen', | ||
'votes_remaining' => 'Je hebt nog <b>:votes</b> :votesWord over', | ||
'votes_remaining_plural' => 'stemmen', | ||
'votes_remaining_singular' => 'stem', | ||
'you_can_vote_up_to' => 'Je kunt tot <b>:votes</b> :entityName stemmen', | ||
'entity_solutions' => 'oplossingen', | ||
'entity_questionnaires' => 'vragenlijsten', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'sign_in_to_vote' => 'Crie uma conta ou faça login para votar', | ||
'votes_remaining' => 'Você tem <b>:votes</b> :votesWord restantes', | ||
'votes_remaining_plural' => 'votos', | ||
'votes_remaining_singular' => 'voto', | ||
'you_can_vote_up_to' => 'Você pode votar até <b>:votes</b> :entityName', | ||
'entity_solutions' => 'soluções', | ||
'entity_questionnaires' => 'questionários', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'sign_in_to_vote' => 'Vytvorte si účet alebo sa prihláste, aby ste mohli hlasovať', | ||
'votes_remaining' => 'Máte <b>:votes</b> :votesWord zostávajúcich', | ||
'votes_remaining_plural' => 'hlasy', | ||
'votes_remaining_singular' => 'hlas', | ||
'you_can_vote_up_to' => 'Môžete hlasovať až do <b>:votes</b> :entityName', | ||
'entity_solutions' => 'riešenia', | ||
'entity_questionnaires' => 'dotazníky', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'sign_in_to_vote' => 'Kreirajte nalog ili se prijavite da biste glasali', | ||
'votes_remaining' => 'Imate <b>:votes</b> :votesWord preostalo', | ||
'votes_remaining_plural' => 'glasova', | ||
'votes_remaining_singular' => 'glas', | ||
'you_can_vote_up_to' => 'Možete glasati do <b>:votes</b> :entityName', | ||
'entity_solutions' => 'rešenja', | ||
'entity_questionnaires' => 'upitnici', | ||
]; |