This repository has been archived by the owner on Nov 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 267
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 #135 from erik-ropez/translation-lv
Latvian translation
- Loading branch information
Showing
6 changed files
with
114 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
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,34 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Backpack\Base Language Lines | ||
|-------------------------------------------------------------------------- | ||
*/ | ||
|
||
'registration_closed' => 'Reģistrācija aizvērta.', | ||
'first_page_you_see' => 'Pirmā lapa ko redzat pēc pieslēgšanās', | ||
'login_status' => 'Pieslēgšanās statuss', | ||
'logged_in' => 'Jūs esat pieslēgušies!', | ||
'toggle_navigation' => 'Pārslēgt navigāciju', | ||
'administration' => 'ADMINISTRĀCIJA', | ||
'user' => 'LIETOTĀJS', | ||
'logout' => 'Iziet', | ||
'login' => 'Pieslēgties', | ||
'register' => 'Registrēties', | ||
'name' => 'Vārds', | ||
'email_address' => 'E-Mail Adrese', | ||
'password' => 'Parole', | ||
'confirm_password' => 'Apstiprināt Paroli', | ||
'remember_me' => 'Atcerēties Mani', | ||
'forgot_your_password' => 'Aizmirsāt Jūsu Paroli?', | ||
'reset_password' => 'Atjaunot Paroli', | ||
'send_reset_link' => 'Sūtīt Paroles Atjaunošanas Saiti', | ||
'click_here_to_reset' => 'Nospiediet šēit lai atjaunotu Jūsu paroli', | ||
'unauthorized' => 'Neautorizēts.', | ||
'dashboard' => 'Instrumentu panelis', | ||
'handcrafted_by' => 'Handcrafted by', | ||
'powered_by' => 'Powered by', | ||
]; |
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,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../crud/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../crud/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
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,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
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,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
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,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |