-
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.
- Loading branch information
1 parent
7403f6b
commit 1d945ad
Showing
13 changed files
with
139 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'propose_solution' => 'Предложи решение', | ||
'proposal_submitted_title' => 'Предложението е изпратено', | ||
'thanks_for_proposal_title' => 'Благодарим ви за предложението! Това означава много за нас.', | ||
'thanks_for_proposal_message' => 'Вашето предложение беше изпратено успешно! То ще бъде внимателно прегледано от нашия екип. Ще се свържем с вас възможно най-скоро. <br><br><b>С ваша помощ</b>, можем да направим света по-добро място!', | ||
'solution_title' => 'Заглавие на решението', | ||
'solution_description' => 'Описание на решението', | ||
'help_us_more_message' => 'Помогнете ни повече, като изпратите още решения!', | ||
]; |
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 [ | ||
'propose_solution' => 'Lösung vorschlagen', | ||
'proposal_submitted_title' => 'Vorschlag eingereicht', | ||
'thanks_for_proposal_title' => 'Vielen Dank für Ihren Vorschlag! Es bedeutet uns viel.', | ||
'thanks_for_proposal_message' => 'Ihr Vorschlag wurde erfolgreich eingereicht! Er wird von unserem Team gründlich geprüft. Wir werden uns so schnell wie möglich bei Ihnen melden. <br><br><b>Mit Ihrer Hilfe</b> können wir die Welt zu einem besseren Ort machen!', | ||
'solution_title' => 'Lösungstitel', | ||
'solution_description' => 'Lösungsbeschreibung', | ||
'help_us_more_message' => 'Helfen Sie uns mehr, indem Sie weitere Lösungen einreichen!', | ||
]; |
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,5 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'propose_solution' => 'Πρότεινε Λύση', | ||
'propose_solution' => 'Προτείνετε Λύση', | ||
'proposal_submitted_title' => 'Η Πρόταση Υποβλήθηκε', | ||
'thanks_for_proposal_title' => 'Ευχαριστούμε για την πρότασή σας! Σημαίνει πολλά για εμάς.', | ||
'thanks_for_proposal_message' => 'Η πρότασή σας υποβλήθηκε με επιτυχία! Θα εξεταστεί προσεκτικά από την ομάδα μας. Θα επικοινωνήσουμε μαζί σας το συντομότερο δυνατό. <br><br><b>Με τη βοήθειά σας</b>, μπορούμε να κάνουμε τον κόσμο ένα καλύτερο μέρος!', | ||
'solution_title' => 'Τίτλος Λύσης', | ||
'solution_description' => 'Περιγραφή Λύσης', | ||
'help_us_more_message' => 'Βοηθήστε μας περισσότερο υποβάλλοντας περισσότερες λύσεις!', | ||
]; |
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 [ | ||
'propose_solution' => 'Proponer Solución', | ||
'proposal_submitted_title' => 'Propuesta Enviada', | ||
'thanks_for_proposal_title' => '¡Gracias por su propuesta! Significa mucho para nosotros.', | ||
'thanks_for_proposal_message' => '¡Su propuesta ha sido enviada con éxito! Será revisada minuciosamente por nuestro equipo. Nos pondremos en contacto con usted lo antes posible. <br><br><b>Con su ayuda</b>, ¡podemos hacer del mundo un lugar mejor!', | ||
'solution_title' => 'Título de la Solución', | ||
'solution_description' => 'Descripción de la Solución', | ||
'help_us_more_message' => '¡Ayúdenos más enviando más soluciones!', | ||
]; |
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 [ | ||
'propose_solution' => 'Paku Lahendus', | ||
'proposal_submitted_title' => 'Ettepanek Esitatud', | ||
'thanks_for_proposal_title' => 'Täname teie ettepaneku eest! See tähendab meile palju.', | ||
'thanks_for_proposal_message' => 'Teie ettepanek on edukalt esitatud! Meie meeskond vaatab selle hoolikalt läbi. Võtame teiega ühendust niipea kui võimalik. <br><br><b>Teie abiga</b> saame muuta maailma paremaks paigaks!', | ||
'solution_title' => 'Lahenduse Pealkiri', | ||
'solution_description' => 'Lahenduse Kirjeldus', | ||
'help_us_more_message' => 'Aita meid rohkem, esitades rohkem lahendusi!', | ||
]; |
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 [ | ||
'propose_solution' => 'Proposer une solution', | ||
'proposal_submitted_title' => 'Proposition soumise', | ||
'thanks_for_proposal_title' => 'Merci pour votre proposition! Cela signifie beaucoup pour nous.', | ||
'thanks_for_proposal_message' => 'Votre proposition a été soumise avec succès! Elle sera examinée attentivement par notre équipe. Nous vous contacterons dès que possible. <br><br><b>Avec votre aide</b>, nous pouvons rendre le monde meilleur!', | ||
'solution_title' => 'Titre de la solution', | ||
'solution_description' => 'Description de la solution', | ||
'help_us_more_message' => 'Aidez-nous davantage en soumettant plus de solutions!', | ||
]; |
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 [ | ||
'propose_solution' => 'Javasoljon megoldást', | ||
'proposal_submitted_title' => 'Javaslat benyújtva', | ||
'thanks_for_proposal_title' => 'Köszönjük a javaslatát! Sokat jelent számunkra.', | ||
'thanks_for_proposal_message' => 'A javaslatát sikeresen benyújtotta! Csapatunk alaposan át fogja vizsgálni. A lehető leghamarabb kapcsolatba lépünk Önnel. <br><br><b>Az Ön segítségével</b> jobbá tehetjük a világot!', | ||
'solution_title' => 'Megoldás címe', | ||
'solution_description' => 'Megoldás leírása', | ||
'help_us_more_message' => 'Segítsen nekünk többet, ha több megoldást nyújt be!', | ||
]; |
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 [ | ||
'propose_solution' => 'Proponi Soluzione', | ||
'proposal_submitted_title' => 'Proposta Inviata', | ||
'thanks_for_proposal_title' => 'Grazie per la tua proposta! Significa molto per noi.', | ||
'thanks_for_proposal_message' => 'La tua proposta è stata inviata con successo! Sarà esaminata attentamente dal nostro team. Ti contatteremo il prima possibile. <br><br><b>Con il tuo aiuto</b>, possiamo rendere il mondo un posto migliore!', | ||
'solution_title' => 'Titolo della Soluzione', | ||
'solution_description' => 'Descrizione della Soluzione', | ||
'help_us_more_message' => 'Aiutaci di più inviando altre soluzioni!', | ||
]; |
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 [ | ||
'propose_solution' => 'Ierosināt risinājumu', | ||
'proposal_submitted_title' => 'Priekšlikums iesniegts', | ||
'thanks_for_proposal_title' => 'Paldies par jūsu priekšlikumu! Tas mums daudz nozīmē.', | ||
'thanks_for_proposal_message' => 'Jūsu priekšlikums ir veiksmīgi iesniegts! Mūsu komanda to rūpīgi pārskatīs. Mēs sazināsimies ar jums pēc iespējas ātrāk. <br><br><b>Ar jūsu palīdzību</b> mēs varam padarīt pasauli labāku!', | ||
'solution_title' => 'Risinājuma nosaukums', | ||
'solution_description' => 'Risinājuma apraksts', | ||
'help_us_more_message' => 'Palīdziet mums vairāk, iesniedzot vairāk risinājumu!', | ||
]; |
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 [ | ||
'propose_solution' => 'Stel een oplossing voor', | ||
'proposal_submitted_title' => 'Voorstel ingediend', | ||
'thanks_for_proposal_title' => 'Bedankt voor uw voorstel! Het betekent veel voor ons.', | ||
'thanks_for_proposal_message' => 'Uw voorstel is succesvol ingediend! Het zal grondig worden beoordeeld door ons team. We nemen zo snel mogelijk contact met u op. <br><br><b>Met uw hulp</b> kunnen we de wereld een betere plek maken!', | ||
'solution_title' => 'Oplossingstitel', | ||
'solution_description' => 'Oplossingsbeschrijving', | ||
'help_us_more_message' => 'Help ons meer door meer oplossingen in te dienen!', | ||
]; |
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 [ | ||
'propose_solution' => 'Propor Solução', | ||
'proposal_submitted_title' => 'Proposta Enviada', | ||
'thanks_for_proposal_title' => 'Obrigado pela sua proposta! Significa muito para nós.', | ||
'thanks_for_proposal_message' => 'A sua proposta foi enviada com sucesso! Será cuidadosamente analisada pela nossa equipe. Entraremos em contato com você o mais breve possível. <br><br><b>Com a sua ajuda</b>, podemos tornar o mundo um lugar melhor!', | ||
'solution_title' => 'Título da Solução', | ||
'solution_description' => 'Descrição da Solução', | ||
'help_us_more_message' => 'Ajude-nos mais enviando mais soluções!', | ||
]; |
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 [ | ||
'propose_solution' => 'Navrhnúť riešenie', | ||
'proposal_submitted_title' => 'Návrh odoslaný', | ||
'thanks_for_proposal_title' => 'Ďakujeme za váš návrh! Veľa to pre nás znamená.', | ||
'thanks_for_proposal_message' => 'Váš návrh bol úspešne odoslaný! Náš tím ho dôkladne preskúma. Čo najskôr sa vám ozveme. <br><br><b>S vašou pomocou</b> môžeme urobiť svet lepším miestom!', | ||
'solution_title' => 'Názov riešenia', | ||
'solution_description' => 'Popis riešenia', | ||
'help_us_more_message' => 'Pomôžte nám viac tým, že predložíte viac riešení!', | ||
]; |
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 [ | ||
'propose_solution' => 'Predloži rešenje', | ||
'proposal_submitted_title' => 'Predlog poslat', | ||
'thanks_for_proposal_title' => 'Hvala na vašem predlogu! Mnogo nam znači.', | ||
'thanks_for_proposal_message' => 'Vaš predlog je uspešno poslat! Naš tim će ga pažljivo pregledati. Javićemo vam se što je pre moguće. <br><br><b>Uz vašu pomoć</b>, možemo učiniti svet boljim mestom!', | ||
'solution_title' => 'Naslov rešenja', | ||
'solution_description' => 'Opis rešenja', | ||
'help_us_more_message' => 'Pomozite nam više slanjem još rešenja!', | ||
]; |