mirror of
https://github.com/danielbrendel/hortusfox-web.git
synced 2026-02-20 05:18:32 -06:00
Localization phrase
This commit is contained in:
@@ -418,6 +418,7 @@ return [
|
||||
'photo_edit_specify_url' => 'Angiv URL til ekstern ressource',
|
||||
'photo_edit_specify_file' => 'Vælg en fil, der skal uploades',
|
||||
'photo_edit_url_placeholder' => 'Indtast URL...',
|
||||
'github_repository' => 'GitHub Repository',
|
||||
'donation_sponsoring' => 'GitHub Sponsoring',
|
||||
'donation_kofi' => 'Buy Me a Coffee',
|
||||
'auto_backup' => 'Aktiver automatisk sikkerhedskopiering',
|
||||
|
||||
@@ -418,6 +418,7 @@ return [
|
||||
'photo_edit_specify_url' => 'URL zu einem externen Photo angeben',
|
||||
'photo_edit_specify_file' => 'Photo von einem Datenträger hochladen',
|
||||
'photo_edit_url_placeholder' => 'URL hier eingeben...',
|
||||
'github_repository' => 'GitHub Repository',
|
||||
'donation_sponsoring' => 'GitHub Sponsoring',
|
||||
'donation_kofi' => 'Buy Me a Coffee',
|
||||
'auto_backup' => 'Automatisches Backup aktivieren',
|
||||
|
||||
@@ -418,6 +418,7 @@ return [
|
||||
'photo_edit_specify_url' => 'Specify URL to external resource',
|
||||
'photo_edit_specify_file' => 'Select a file to upload',
|
||||
'photo_edit_url_placeholder' => 'Enter URL...',
|
||||
'github_repository' => 'GitHub Repository',
|
||||
'donation_sponsoring' => 'GitHub Sponsoring',
|
||||
'donation_kofi' => 'Buy Me a Coffee',
|
||||
'auto_backup' => 'Enable Auto-Backup',
|
||||
|
||||
@@ -418,6 +418,7 @@ return [
|
||||
'photo_edit_specify_url' => 'Especificar URL al recurso externo',
|
||||
'photo_edit_specify_file' => 'Seleccionar un archivo para cargar',
|
||||
'photo_edit_url_placeholder' => 'Introducir URL...',
|
||||
'github_repository' => 'GitHub Repository',
|
||||
'donation_sponsoring' => 'Patrocinar en GitHub',
|
||||
'donation_kofi' => 'Buy Me a Coffee',
|
||||
'auto_backup' => 'Habilitar copia de seguridad automática',
|
||||
|
||||
@@ -418,6 +418,7 @@ return [
|
||||
'photo_edit_specify_url' => 'Spécifier l\'URL de la ressource externe',
|
||||
'photo_edit_specify_file' => 'Sélectionnez un fichier à télécharger',
|
||||
'photo_edit_url_placeholder' => 'Entrer l\'URL...',
|
||||
'github_repository' => 'GitHub Repository',
|
||||
'donation_sponsoring' => 'GitHub Sponsoring',
|
||||
'donation_kofi' => 'Buy Me a Coffee',
|
||||
'auto_backup' => 'Activer la sauvegarde automatique',
|
||||
|
||||
@@ -418,6 +418,7 @@ return [
|
||||
'photo_edit_specify_url' => 'Voer koppeling in naar externe bron',
|
||||
'photo_edit_specify_file' => 'Selecteer bestand om te uploaden',
|
||||
'photo_edit_url_placeholder' => 'Voer koppeling in...',
|
||||
'github_repository' => 'GitHub Repository',
|
||||
'donation_sponsoring' => 'GitHub Sponsoring',
|
||||
'donation_kofi' => 'Buy Me a Coffee',
|
||||
'auto_backup' => 'Automatische backup inschakelen',
|
||||
|
||||
@@ -418,6 +418,7 @@ return [
|
||||
'photo_edit_specify_url' => 'Angi URL til ekstern ressurs',
|
||||
'photo_edit_specify_file' => 'Velg en fil å laste opp',
|
||||
'photo_edit_url_placeholder' => 'Skriv inn URL...',
|
||||
'github_repository' => 'GitHub Repository',
|
||||
'donation_sponsoring' => 'GitHub Sponsoring',
|
||||
'donation_kofi' => 'Buy Me a Coffee',
|
||||
'auto_backup' => 'Aktiver Auto-Backup',
|
||||
|
||||
@@ -418,6 +418,7 @@ return [
|
||||
'photo_edit_specify_url' => 'Określ adres URL zasobu zewnętrznego',
|
||||
'photo_edit_specify_file' => 'Wybierz plik do przesłania',
|
||||
'photo_edit_url_placeholder' => 'Wprowadź URL...',
|
||||
'github_repository' => 'GitHub Repository',
|
||||
'donation_sponsoring' => 'GitHub Sponsoring',
|
||||
'donation_kofi' => 'Buy Me a Coffee',
|
||||
'auto_backup' => 'Włącz automatyczną kopię zapasową',
|
||||
|
||||
@@ -418,6 +418,7 @@ return [
|
||||
'photo_edit_specify_url' => 'Especificar URL para recurso externo',
|
||||
'photo_edit_specify_file' => 'Selecionar um arquivo para fazer o upload',
|
||||
'photo_edit_url_placeholder' => 'Digite o URL...',
|
||||
'github_repository' => 'GitHub Repository',
|
||||
'donation_sponsoring' => 'Patrocínio no GitHub',
|
||||
'donation_kofi' => 'Buy Me a Coffee',
|
||||
'auto_backup' => 'Ativar backup automático',
|
||||
|
||||
@@ -418,6 +418,7 @@ return [
|
||||
'photo_edit_specify_url' => 'Укажите URL к внешнему ресурсу',
|
||||
'photo_edit_specify_file' => 'Выберите файл для загрузки',
|
||||
'photo_edit_url_placeholder' => 'Введите URL...',
|
||||
'github_repository' => 'GitHub Repository',
|
||||
'donation_sponsoring' => 'GitHub Sponsoring',
|
||||
'donation_kofi' => 'Buy Me a Coffee',
|
||||
'auto_backup' => 'Включить автоматическое резервное копирование',
|
||||
|
||||
@@ -995,7 +995,7 @@
|
||||
|
||||
@if (env('APP_GITHUB_URL'))
|
||||
<div class="admin-info-github">
|
||||
<a class="button is-info" href="{{ env('APP_GITHUB_URL') }}"><i class="fab fa-github"></i> GitHub Repository</a>
|
||||
<a class="button is-info" href="{{ env('APP_GITHUB_URL') }}"><i class="fab fa-github"></i> {{ __('app.github_repository') }}</a>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user