Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
added romanian translations (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst authored May 20, 2020
1 parent 99d714d commit e79543f
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Some of the main features of this theme bundle:
- Support for FOSUserBundle
- Webpack-Encore support for building assets
- Event-driven handling of menu entries, tasks and notifications
- Translations for: english, german, italian, czech, spanish, russian, arabic, finnish, japanese, swedish, portuguese (brazilian), dutch, french, turkish, danish, chinese, slovakian, basque, polish, esperanto, hebrew (please help translating it to more languages)
- Translations for: english, german, italian, czech, spanish, russian, arabic, finnish, japanese, swedish, portuguese (brazilian), dutch, french, turkish, danish, chinese, slovakian, basque, polish, esperanto, hebrew, romanian (please help translating it to more languages)
- Based on AdminLTE 2.4.8
- Using FontAwesome 5

Expand Down
87 changes: 87 additions & 0 deletions Resources/translations/AdminLTEBundle.ro.xliff
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="ro" datatype="plaintext" original="none">
<body>
<trans-unit id="Toggle navigation">
<source>Toggle navigation</source>
<target>Comută navigația</target>
</trans-unit>
<trans-unit id="Remember Me">
<source>Remember Me</source>
<target>Amintește-ți de mine</target>
</trans-unit>
<trans-unit id="Sign in to start your session">
<source>Sign in to start your session</source>
<target>Conectare</target>
</trans-unit>
<trans-unit id="Sign In">
<source>Sign In</source>
<target>Autentificare</target>
</trans-unit>
<trans-unit id="Sign out">
<source>Sign out</source>
<target>Deconectare</target>
</trans-unit>
<trans-unit id="Profile">
<source>Profile</source>
<target>Profilul tău</target>
</trans-unit>
<trans-unit id="Member since %date%">
<source>Member since %date%</source>
<target>Membru din data de %date%</target>
</trans-unit>
<trans-unit id="Username">
<source>Username</source>
<target>Nume de utilizator</target>
</trans-unit>
<trans-unit id="Password">
<source>Password</source>
<target>Parola</target>
</trans-unit>
<trans-unit id="Show homepage">
<source>Show homepage</source>
<target>Mergi la pagina de pornire</target>
</trans-unit>
<trans-unit id="Back to login">
<source>Back to login</source>
<target>Înapoi la pagina de autentificare</target>
</trans-unit>
<trans-unit id="Reset your password">
<source>Reset your password</source>
<target>Resetare parolă</target>
</trans-unit>
<trans-unit id="I forgot my password">
<source>I forgot my password</source>
<target>Mi-am uitat parola</target>
</trans-unit>
<trans-unit id="Register a new account">
<source>Register a new account</source>
<target>Înregistrază un cont nou de utilizator</target>
</trans-unit>
<trans-unit id="View all">
<source>View all</source>
<target>Vezi tot</target>
</trans-unit>
<trans-unit id="You have %count% notifications">
<source>You have %count% notifications</source>
<target>Ai o notificare|Ai %count% notificări</target>
</trans-unit>
<trans-unit id="You have %count% messages">
<source>You have %count% messages</source>
<target>Ai un mesaj nou|Ai %count% mesaje</target>
</trans-unit>
<trans-unit id="You have %count% tasks">
<source>You have %count% tasks</source>
<target>Ai un task|Ai %count% task-uri</target>
</trans-unit>
<trans-unit id="%progress%% Complete">
<source>%progress%% Complete</source>
<target>%progress%% completat</target>
</trans-unit>
<trans-unit id="This is a mandatory field">
<source>This is a mandatory field</source>
<target>Acesta este un câmp obligatoriu</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit e79543f

Please sign in to comment.