-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce translation message categories
- Loading branch information
1 parent
0958a53
commit ae8bb34
Showing
599 changed files
with
2,593 additions
and
6,100 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
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,13 +1,55 @@ | ||
<?php | ||
|
||
return [ | ||
'Cancel' => 'ይቅር', | ||
'Save' => 'አስቀምጥ', | ||
'Allows the user to create polls' => '', | ||
'Allows to start polls.' => '', | ||
'Answers' => '', | ||
'At least one answer is required' => '', | ||
'Create poll' => '', | ||
'Polls' => '', | ||
'{n,plural,=1{# {htmlTagBegin}vote{htmlTagEnd}}other{# {htmlTagBegin}votes{htmlTagEnd}}}' => '', | ||
]; | ||
return array ( | ||
'<b>There are no polls yet!</b>' => '', | ||
'<b>There are no polls yet!</b><br>Be the first and create one...' => '', | ||
'<strong>Note:</strong> The result is hidden until the poll is closed by a moderator.' => '', | ||
'Access denied!' => 'ትዕዛዝዎ ተቀባይነት አላገኘም!', | ||
'Add answer...' => '', | ||
'Again? ;Weary;' => '', | ||
'Allows the user to create polls' => '', | ||
'Allows to start polls.' => '', | ||
'Anonymous' => '', | ||
'Anonymous Votes?' => '', | ||
'Anonymous poll!' => '', | ||
'Answers' => '', | ||
'Ask' => '', | ||
'Asked by me' => '', | ||
'At least one answer is required' => '', | ||
'Cancel' => 'ይቅር', | ||
'Closed' => '', | ||
'Club A Steakhouse' => '', | ||
'Complete Poll' => '', | ||
'Could not load poll!' => '', | ||
'Create poll' => '', | ||
'Description' => '', | ||
'Display answers in random order?' => '', | ||
'Edit answer (empty answers will be removed)...' => '', | ||
'Edit your poll question...' => '', | ||
'Hide results until poll is closed?' => '', | ||
'Invalid answer!' => '', | ||
'Location of the next meeting' => '', | ||
'Multiple answers per user' => '', | ||
'No answered yet' => '', | ||
'Only private polls' => '', | ||
'Only public polls' => '', | ||
'Pisillo Italian Panini' => '', | ||
'Please specify at least {min} answers!' => '', | ||
'Poll' => '', | ||
'Polls' => '', | ||
'Question' => '', | ||
'Reopen Poll' => '', | ||
'Reset my vote' => '', | ||
'Right now, we are in the planning stages for our next meetup and we would like to know from you, where you would like to go?' => '', | ||
'Save' => 'አስቀምጥ', | ||
'To Daniel' => '', | ||
'Users voted for: <strong>{answer}</strong>' => '', | ||
'Vote' => '', | ||
'Voting for multiple answers is disabled!' => '', | ||
'Whenever someone participates in a poll.' => '', | ||
'Why don\'t we go to Bemelmans Bar?' => '', | ||
'You have insufficient permissions to perform that operation!' => '', | ||
'and {count} more vote for this.' => '', | ||
'votes' => '', | ||
'{n,plural,=1{# {htmlTagBegin}vote{htmlTagEnd}}other{# {htmlTagBegin}votes{htmlTagEnd}}}' => '', | ||
'{userName} answered the {question}.' => '', | ||
); |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,13 +1,58 @@ | ||
<?php | ||
|
||
return [ | ||
'Allows to start polls.' => 'Permitir iniciar enqüestas.', | ||
'Answers' => 'Respuestas', | ||
'Cancel' => 'Cancelar', | ||
'Polls' => 'Enqüestas', | ||
'Save' => 'Alzar', | ||
'Allows the user to create polls' => '', | ||
'At least one answer is required' => '', | ||
'Create poll' => '', | ||
'{n,plural,=1{# {htmlTagBegin}vote{htmlTagEnd}}other{# {htmlTagBegin}votes{htmlTagEnd}}}' => '', | ||
]; | ||
return array ( | ||
'<b>There are no polls yet!</b>' => '', | ||
'<b>There are no polls yet!</b><br>Be the first and create one...' => '', | ||
'<strong>Note:</strong> The result is hidden until the poll is closed by a moderator.' => '', | ||
'Access denied!' => 'Acceso denegado!', | ||
'Add answer...' => '', | ||
'Again? ;Weary;' => '', | ||
'Allows the user to create polls' => '', | ||
'Allows to start polls.' => 'Permitir iniciar enqüestas.', | ||
'Anonymous' => '', | ||
'Anonymous Votes?' => '', | ||
'Anonymous poll!' => '', | ||
'Answers' => 'Respuestas', | ||
'Ask' => 'Preguntar', | ||
'Asked by me' => '', | ||
'At least one answer is required' => '', | ||
'Cancel' => 'Cancelar', | ||
'Closed' => 'Zarrada', | ||
'Club A Steakhouse' => '', | ||
'Complete Poll' => 'Enqüesta completa', | ||
'Could not load poll!' => '', | ||
'Create poll' => '', | ||
'Description' => 'Descripción', | ||
'Display answers in random order?' => '', | ||
'Edit answer (empty answers will be removed)...' => '', | ||
'Edit your poll question...' => '', | ||
'Hide results until poll is closed?' => '', | ||
'Invalid answer!' => '', | ||
'Location of the next meeting' => '', | ||
'Multiple answers per user' => 'Multiples respuestas per usuario', | ||
'No answered yet' => '', | ||
'Only private polls' => '', | ||
'Only public polls' => '', | ||
'Pisillo Italian Panini' => '', | ||
'Please specify at least {min} answers!' => 'Per favor, especifica {min} respuestas como minimo!', | ||
'Poll' => '', | ||
'Polls' => 'Enqüestas', | ||
'Question' => 'Pregunta', | ||
'Reopen Poll' => 'Reubrir a enqüesta', | ||
'Reset my vote' => '', | ||
'Right now, we are in the planning stages for our next meetup and we would like to know from you, where you would like to go?' => '', | ||
'Save' => 'Alzar', | ||
'To Daniel' => '', | ||
'User who vote this' => 'Usuarios que han votau isto', | ||
'Users voted for: <strong>{answer}</strong>' => '', | ||
'Vote' => 'Votar', | ||
'Voting for multiple answers is disabled!' => '', | ||
'Whenever someone participates in a poll.' => '', | ||
'Why don\'t we go to Bemelmans Bar?' => '', | ||
'You have insufficient permissions to perform that operation!' => '', | ||
'and {count} more vote for this.' => 'y {count} mas han votau per isto.', | ||
'votes' => 'votos', | ||
'{n,plural,=1{# {htmlTagBegin}vote{htmlTagEnd}}other{# {htmlTagBegin}votes{htmlTagEnd}}}' => '', | ||
'{userName} answered the {question}.' => '{userName} ha respondiu a {question}.', | ||
'{userName} created a new poll and assigned you.' => '{userName} ha creyau una nueva enqüesta y te l\'ha asignau.', | ||
'{userName} created a new {question}.' => '{userName} ha creyau la pregunta {question}.', | ||
); |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.