icelandic translation
This commit is contained in:
84
resources/lang/is-IS/modules.php
Normal file
84
resources/lang/is-IS/modules.php
Normal file
@ -0,0 +1,84 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'api_key' => 'API Key',
|
||||
'my_apps' => 'Öppin mín',
|
||||
'pre_sale' => 'Fyrir-sölu',
|
||||
'top_paid' => 'Söluhæst',
|
||||
'new' => 'Nýtt',
|
||||
'top_free' => 'Hæst ókeypis',
|
||||
'free' => 'ÓKEYPIS',
|
||||
'search' => 'Leita',
|
||||
'install' => 'Setja upp',
|
||||
'buy_now' => 'Kaupa núna',
|
||||
'api_key_link' => '<a class="text-red" href="https://akaunting.com/profile" target="_blank">Click here</a> to get your API key.',
|
||||
'no_apps' => 'Það eru engir öpp í þessum flokki, ennþá.',
|
||||
'developer' => 'Are you a developer? <a href="https://akaunting.com/developers" target="_blank">Here</a> you can learn how to create an app and start selling today!',
|
||||
|
||||
'recommended_apps' => 'Meðmælt öpp',
|
||||
|
||||
'about' => 'Um',
|
||||
|
||||
'added' => 'Bætt við',
|
||||
'updated' => 'Uppfært',
|
||||
'compatibility' => 'Samhæfni',
|
||||
'documentation' => 'Hjálparskjöl',
|
||||
'view' => 'Skoða',
|
||||
'back' => 'Til baka',
|
||||
|
||||
'installed' => ':module uppsett',
|
||||
'uninstalled' => ':module tekin út',
|
||||
//'updated' => ':module updated',
|
||||
'enabled' => ':module virkjuð',
|
||||
'disabled' => ':module afvirkjuð',
|
||||
|
||||
'tab' => [
|
||||
'installation' => 'Uppsetning',
|
||||
'faq' => 'FAQ',
|
||||
'changelog' => 'Breytingaskrá',
|
||||
'reviews' => 'Umsagnir',
|
||||
],
|
||||
|
||||
'installation' => [
|
||||
'header' => 'Uppsetning öpp',
|
||||
'download' => 'Downloading :module',
|
||||
'unzip' => 'Extracting :module files',
|
||||
'file_copy' => 'Copying :module files',
|
||||
'finish' => 'Finalizing :module installation',
|
||||
'redirect' => ':module installed, redirecting to updates page',
|
||||
'install' => 'Installing :module',
|
||||
],
|
||||
|
||||
'errors' => [
|
||||
'download' => 'Not able to download :module',
|
||||
'zip' => 'Not able to create :module zip file',
|
||||
'unzip' => 'Not able to unzip :module',
|
||||
'file_copy' => 'Not able to copy :module files',
|
||||
'finish' => 'Not able to finalize :module installation',
|
||||
],
|
||||
|
||||
'badge' => [
|
||||
'installed' => 'Uppsett',
|
||||
'pre_sale' => 'Fyrir-sölu',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
'uninstall' => 'Fjarlægja',
|
||||
'disable' => 'Gera óvirkt',
|
||||
'enable' => 'Virkja',
|
||||
],
|
||||
|
||||
'my' => [
|
||||
'purchased' => 'Keypt',
|
||||
'installed' => 'Uppsett',
|
||||
],
|
||||
|
||||
'reviews' => [
|
||||
'button' => [
|
||||
'add' => 'Bæta við skoðun'
|
||||
],
|
||||
|
||||
'na' => 'Engar skoðanir skráðar'
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user