Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing translation #4282

Merged
merged 1 commit into from
Sep 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions resources/lang/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"Browse": "Gennemse",
"Build time": "Bygge tid",
"Buttons": "Knapper",
"Buy Licenses": "Køb licenser",
"Cache": "Cache",
"Cache Manager": "Cache Manager",
"Cached images": "Cachelagrede billeder",
Expand Down
1 change: 1 addition & 0 deletions resources/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"Browse": "Durchsuchen",
"Build time": "Erstellungsdauer",
"Buttons": "Buttons",
"Buy Licenses": "Lizenzen kaufen",
"Cache": "Cache",
"Cache Manager": "Cache Manager",
"Cached images": "Zwischengespeicherte Bilder",
Expand Down
1 change: 1 addition & 0 deletions resources/lang/de_CH.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"Browse": "Durchsuchen",
"Build time": "Erstellungsdauer",
"Buttons": "Buttons",
"Buy Licenses": "Lizenzen kaufen",
"Cache": "Cache",
"Cache Manager": "Cache Manager",
"Cached images": "Zwischengespeicherte Bilder",
Expand Down
1 change: 1 addition & 0 deletions resources/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"Browse": "Navegar",
"Build time": "Tiempo de construcción",
"Buttons": "Botones",
"Buy Licenses": "Comprar licencias",
"Cache": "Caché",
"Cache Manager": "Administrador de caché",
"Cached images": "Imágenes en caché",
Expand Down
1 change: 1 addition & 0 deletions resources/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"Browse": "Parcourir",
"Build time": "Temps de construction",
"Buttons": "Boutons",
"Buy Licenses": "Acheter des licences",
"Cache": "Cache",
"Cache Manager": "Gestionnaire de cache",
"Cached images": "Images en cache",
Expand Down
1 change: 1 addition & 0 deletions resources/lang/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"Browse": "Jelajahi",
"Build time": "Waktu membangun",
"Buttons": "Tombol",
"Buy Licenses": "Beli Lisensi",
"Cache": "Cache",
"Cache Manager": "Manager Cache",
"Cached images": "Gambar tercache",
Expand Down
1 change: 1 addition & 0 deletions resources/lang/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"Browse": "Sfoglia",
"Build time": "Tempo di compilazione",
"Buttons": "Pulsanti",
"Buy Licenses": "Acquista licenze",
"Cache": "Cache",
"Cache Manager": "Gestione cache",
"Cached images": "Immagini memorizzate nella cache",
Expand Down
1 change: 1 addition & 0 deletions resources/lang/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"Browse": "Bladeren",
"Build time": "Bouwtijd",
"Buttons": "Knoppen",
"Buy Licenses": "Licenties kopen",
"Cache": "Cache",
"Cache Manager": "Cache-manager",
"Cached images": "Afbeeldingen in cache",
Expand Down
1 change: 1 addition & 0 deletions resources/lang/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"Browse": "Navegar",
"Build time": "Tempo de construção",
"Buttons": "Botões",
"Buy Licenses": "Compre licenças",
"Cache": "Cache",
"Cache Manager": "Gestor de cache",
"Cached images": "Imagens em cache",
Expand Down
1 change: 1 addition & 0 deletions resources/lang/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"Build time": "Время сборки",
"Button Group": "Группа кнопок",
"Buttons": "Кнопки",
"Buy Licenses": "Купить лицензии",
"Cache": "Кэш",
"Cache Manager": "Управление кэшем",
"Cached images": "Кэшированные изображения",
Expand Down
1 change: 1 addition & 0 deletions resources/lang/sl.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"Browse": "Brskaj",
"Build time": "Čas gradnje",
"Buttons": "Gumbi",
"Buy Licenses": "Nakup licenc",
"Cache": "Predpomnilnik",
"Cache Manager": "Upravitelj predpomnilnika",
"Cached images": "Predpomnjene slike",
Expand Down
1 change: 1 addition & 0 deletions resources/lang/zh_TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"Build time": "建制時間",
"Button Group": "按鈕群組",
"Buttons": "按鈕",
"Buy Licenses": "购买许可证",
"Cache": "快取",
"Cache Manager": "快取管理員",
"Cached images": "已快取的圖片",
Expand Down
2 changes: 1 addition & 1 deletion resources/views/licensing.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

<div class="mt-5 py-2 border-t flex items-center">
<a href="{{ $site->url() }}" target="_blank" class="btn btn-primary mr-2">{{ __('Edit Site') }}</a>
@if ($addToCartUrl) <a href="{{ $addToCartUrl }}" target="_blank" class="btn mr-2">Buy Licenses</a> @endif
@if ($addToCartUrl) <a href="{{ $addToCartUrl }}" target="_blank" class="btn mr-2">{{ __('Buy Licenses') }}</a> @endif
<a href="{{ cp_route('utilities.licensing.refresh') }}" class="btn">{{ __('Sync') }}</a>
<p class="ml-2 text-2xs text-grey">{{ __('statamic::messages.licensing_sync_instructions') }}</p>
</div>
Expand Down