-
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-331: Complete the platform translation in Croatian
- Loading branch information
Showing
14 changed files
with
263 additions
and
263 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 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'solutions_for' => 'Solutions for', | ||
'how_to_vote' => 'How to vote', | ||
'how_to_vote_text' => 'You can vote for a solution by clicking on the heart icon on each solution. You can only vote once for each solution.', | ||
'add_new_solution' => 'Add new solution', | ||
'solutions_for' => 'Rješenja za', | ||
'how_to_vote' => 'Kako glasati', | ||
'how_to_vote_text' => 'Za rješenje možete glasati klikom na ikonu srca uz svako rješenje. Možete glasati samo jednom za svako rješenje.', | ||
'add_new_solution' => 'Dodaj novo rješenje', | ||
]; |
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,15 +1,15 @@ | ||
<?php | ||
|
||
return [ | ||
'back' => 'Back', | ||
'the_topic' => 'The topic:', | ||
'list_of_problems' => 'List of Problems', | ||
'list_of_solutions' => 'List of Solutions', | ||
'see_all_problems' => 'See all problems', | ||
'solutions_for' => 'Solutions for', | ||
'project_landing_page_problems_action_button' => 'See all problems', | ||
'suggest_solution' => 'Suggest a solution', | ||
'temp_str_1' => 'Contribute to solving the problems for topic:', | ||
'temp_str_2' => 'Select a problem from the list below and vote for an existing solution, or suggest a new candidate solution. Your contributions will have a valuable impact on official policy across Europe.', | ||
'temp_str_3' => 'Select a problem from the list below to begin', | ||
'back' => 'Natrag', | ||
'the_topic' => 'Tema:', | ||
'list_of_problems' => 'Popis problema', | ||
'list_of_solutions' => 'Popis rješenja', | ||
'see_all_problems' => 'Pogledajte sve probleme', | ||
'solutions_for' => 'Rješenja za', | ||
'project_landing_page_problems_action_button' => 'Pogledajte sve probleme', | ||
'suggest_solution' => 'Predložite rješenje', | ||
'temp_str_1' => 'Doprinosite rješavanju problema za temu:', | ||
'temp_str_2' => 'Odaberite problem s popisa u nastavku i glasujte za postojeće rješenje ili predložite novo kandidatsko rješenje. Vaš doprinos imat će značajan utjecaj na službenu politiku širom Europe.', | ||
'temp_str_3' => 'Odaberite problem s popisa u nastavku da biste započeli', | ||
]; |
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,9 +1,9 @@ | ||
<?php | ||
|
||
return [ | ||
'project_finalized_message' => 'This campaign is finalized.<br>Thank you for your contribution!', | ||
'project_unpublished_message' => 'This campaign is not published yet.', | ||
'project_archived_message' => 'This campaign is archived.', | ||
'project_unavailable_message' => 'This campaign is not currently available.', | ||
'visit_project_webpage_link_text' => 'Visit campaign webpage', | ||
'project_finalized_message' => 'Ova kampanja je završena.<br>Hvala na vašem doprinosu!', | ||
'project_unpublished_message' => 'Ova kampanja još nije objavljena.', | ||
'project_archived_message' => 'Ova kampanja je arhivirana.', | ||
'project_unavailable_message' => 'Ova kampanja trenutno nije dostupna.', | ||
'visit_project_webpage_link_text' => 'Posjetite stranicu kampanje', | ||
]; |
Oops, something went wrong.