-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #173 from eduayme/develop
Refactor main file translation
- Loading branch information
Showing
43 changed files
with
313 additions
and
218 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'failed' => 'Error en intentar iniciar sessió', | ||
'login' => 'Iniciar sessió', | ||
'logout' => 'Tancar sessió', | ||
'register' => 'Registrar-se', | ||
'failed' => 'Error en intentar iniciar sessió', | ||
]; |
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,9 @@ | ||
<?php | ||
|
||
return [ | ||
'version' => 'Versió', | ||
'open_source' => 'Codi Obert', | ||
'documentation' => 'Documentació', | ||
'privacy_policy' => 'Polítiques de privacitat', | ||
'terms_of_service' => 'Termes de servei', | ||
]; |
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 [ | ||
'language' => 'Idioma', | ||
'catalan' => 'Català', | ||
'spanish' => 'Castellà', | ||
'english' => 'Anglès', | ||
'french' => 'Francès', | ||
'german' => 'Alemán', | ||
'portuguese' => 'Portuguès', | ||
]; |
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 [ | ||
'privacy_policy_detail' => 'La present política de privacitat estableix els termes en què aquesta aplicació fa servir i protegeix la informació proporcionada pels seus usuaris en el moment d\'utilitzar el seu lloc web. Aquesta fundació està compromesa amb la seguretat de les dades dels seus usuaris. Quan s\'omple un camp d\'informació personal, assegurem que aquesta només es farà servir d\'acord amb els termes d\'aquest document. No obstant això, aquesta política de privacitat pot canviar amb el temps o ser actualitzada, pel que recomanem i emfatitzem a revisar contínuament aquesta pàgina per assegurar que s\'està d\'acord amb aquests canvis.', | ||
'information_collected' => 'Informació recollida', | ||
'information_collected_detail' => 'El nostre lloc web podrà recollir informació de caràcter personal.', | ||
'information_purpose' => 'Ús de la informació recollida', | ||
'information_purpose_detail' => 'El nostre lloc web empra la informació recollida amb el seu consentiment explícit per gestionar una base de dades destinada a l’enregistrament d’informació relacionada amb recerques o altra informació rellevant relacionada.', | ||
'information_control' => 'Control de la informació', | ||
'information_control_detail' => 'No es vendrà, cedirà ni distribuirà la informació personal recopilada sense el consentiment de l\'usuari, llevat que sigui requerit per un jutge amb un ordre judicial.', | ||
]; |
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,10 @@ | ||
<?php | ||
|
||
return [ | ||
'security_measures' => 'Mesures de seguretat', | ||
'security_measures_detail' => 'El nostre lloc web manté els nivells de seguretat de protecció de les seves dades conforme el Reial decret 1720/2007, de 21 de desembre, pel qual s\'aprova el Reglament de desplegament de la Llei Orgànica 15/1999, de 13 de desembre, de protecció de dades de caràcter personal i posa tots els mitjans tècnics al seu abast per evitar la pèrdua, mal ús, alteració, ús no autoritzat i robatori de les dades que vostè faciliti, sense perjudici d\'informar que les mesures de seguretat a Internet no són inexpugnables.', | ||
'terms_modifications' => 'Modificacions i actualitzacions', | ||
'terms_modifications_detail' => 'A causa de la pròpia naturalesa d\'aquest portal web, es reserva la potstatus de realitzar modificacions i actualitzacions sobre la informació continguda, així com la configuració, disseny i disponibilitat del propi portal en qualsevol moment i sense necessitat de previ avís.', | ||
'terms_jurisdiction' => 'Llei aplicable i jurisdicció', | ||
'terms_jurisdiction_detail' => 'Per a la resolució de totes les controvèrsies o qüestions relacionades amb el present lloc web o de les activitats en ell desenvolupades, serà d\'aplicació la legislació espanyola, a la qual se sotmeten expressament les parts, sent competents per a la resolució de tots els conflictes derivats o relacionats amb el seu ús dels Jutjats i Tribunals de Girona.', | ||
]; |
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,8 @@ | ||
<?php | ||
|
||
return [ | ||
'failed' => 'Fehler bei der Anmeldung', | ||
'login' => 'Einloggen', | ||
'logout' => 'Ausloggen', | ||
'register' => 'Registrieren', | ||
'failed' => 'Fehler bei der Anmeldung', | ||
]; |
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,9 @@ | ||
<?php | ||
|
||
return [ | ||
'version' => 'Version', | ||
'open_source' => 'Open Source', | ||
'documentation' => 'Dokumentation', | ||
'privacy_policy' => 'Datenschutzerklärung', | ||
'terms_of_service' => 'Allgemeine Geschätsbedingungen', | ||
]; |
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 [ | ||
'language' => 'Sprache', | ||
'catalan' => 'Katalanisch', | ||
'spanish' => 'Spanisch', | ||
'english' => 'Englisch', | ||
'french' => 'Französisch', | ||
'german' => 'Deutsch', | ||
'portuguese' => 'Portugiesisch', | ||
]; |
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 [ | ||
'privacy_policy_detail' => 'Die vorliegende Datenschutzrichtlinie legt die Bedingungen fest, unter denen diese Anwendung die von ihren Benutzern bei der Nutzung dieser Website bereitgestellten Informationen verwendet und schützt. Diese Stiftung ist der Sicherheit der Daten ihrer Benutzer verpflichtet. Wenn ein Feld für persönliche Informationen ausgefüllt wird, stellen wir sicher, dass diese nur in Übereinstimmung mit den Bedingungen dieses Dokuments verwendet werden. Diese Datenschutzrichtlinie kann sich jedoch im Laufe der Zeit ändern oder aktualisiert werden, daher empfehlen und betonen wir, dass Sie diese Seite ständig überprüfen, um sicherzustellen, dass Sie mit diesen Änderungen einverstanden sind.', | ||
'information_collected' => 'Gesammelte Daten', | ||
'information_collected_detail' => 'Unsere Website kann persönliche Daten sammeln.', | ||
'information_purpose' => 'Zweck der gesammelten Daten', | ||
'information_purpose_detail' => 'Unsere Website verwendet die mit Ihrer ausdrücklichen Zustimmung gesammelten Informationen zur Verwaltung einer Datenbank für die Aufzeichnung von Informationen im Zusammenhang mit Suchvorgängen oder anderen damit verbundenen relevanten Informationen.', | ||
'information_control' => 'Kontrolle der Daten', | ||
'information_control_detail' => 'Die gesammelten persönlichen Daten werden nicht ohne die Zustimmung des Benutzers verkauft, übertragen oder verteilt, es sei denn, dies wird von einem Richter mit einem Gerichtsbeschluss verlangt.', | ||
]; |
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,10 @@ | ||
<?php | ||
|
||
return [ | ||
'security_measures' => 'Sicherheitsmaßnahmen', | ||
'security_measures_detail' => 'Unsere Website hält das Sicherheitsniveau des Schutzes Ihrer Daten in Übereinstimmung mit dem Königlichen Dekret 1720/2007, vom 21. Dezember, das die Verordnung zur Umsetzung des Organgesetzes 15/1999, vom 13. Dezember, über den Schutz personenbezogener Daten genehmigt, aufrecht und stellt Ihnen alle technischen Mittel zur Verfügung, um den Verlust, den Missbrauch, die Änderung, die unbefugte Verwendung und den Diebstahl der von Ihnen angegebenen Daten zu vermeiden, unbeschadet der Information, dass die Sicherheitsmaßnahmen im Internet nicht unüberwindbar sind.', | ||
'terms_modifications' => 'Änderungen und Aktualisierungen', | ||
'terms_modifications_detail' => 'Aufgrund der Natur dieses Webportals behalten wir uns die Möglichkeit vor, jederzeit und ohne vorherige Ankündigung Änderungen und Aktualisierungen der enthaltenen Informationen sowie der Konfiguration, des Designs und der Verfügbarkeit des Portals selbst vorzunehmen.', | ||
'terms_jurisdiction' => 'Anwendbares Recht und Gerichtsbarkeit', | ||
'terms_jurisdiction_detail' => 'Für die Beilegung aller Streitigkeiten oder Fragen im Zusammenhang mit dieser Website oder den Aktivitäten, die sie entwickelt hat, gilt die spanische Gesetzgebung, der die Parteien ausdrücklich unterworfen sind und die für die Beilegung aller Streitigkeiten zuständig ist, die sich aus der Nutzung der Gerichte und Tribunale von Girona ergeben oder damit zusammenhängen.', | ||
]; |
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,8 @@ | ||
<?php | ||
|
||
return [ | ||
'failed' => 'Error when attempting to log in', | ||
'login' => 'Log In', | ||
'logout' => 'Log Out', | ||
'register' => 'Register', | ||
'failed' => 'Error when attempting to log in', | ||
]; |
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,9 @@ | ||
<?php | ||
|
||
return [ | ||
'version' => 'Version', | ||
'open_source' => 'Open Source', | ||
'documentation' => 'Documentation', | ||
'privacy_policy' => 'Privacy Policy', | ||
'terms_of_service' => 'Terms and Conditions', | ||
]; |
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 [ | ||
'language' => 'Language', | ||
'catalan' => 'Catalan', | ||
'spanish' => 'Spanish', | ||
'english' => 'English', | ||
'french' => 'French', | ||
'german' => 'German', | ||
'portuguese' => 'Portuguese', | ||
]; |
Oops, something went wrong.