diff --git a/resources/lang/pt-BR/general.php b/resources/lang/pt-BR/general.php
index 63f753dd7..6dfdbe22a 100644
--- a/resources/lang/pt-BR/general.php
+++ b/resources/lang/pt-BR/general.php
@@ -92,6 +92,7 @@ return [
'help' => 'Ajuda',
'all' => 'Todos',
'upcoming' => 'Próximos',
+ 'created' => 'Criado',
'title' => [
'new' => 'Novo :type',
diff --git a/resources/lang/pt-BR/modules.php b/resources/lang/pt-BR/modules.php
index 9b529a01b..98c3c4d66 100644
--- a/resources/lang/pt-BR/modules.php
+++ b/resources/lang/pt-BR/modules.php
@@ -2,41 +2,42 @@
return [
- 'api_token' => 'Token',
- 'enter_api_token' => 'Digitar o códiga da API do token',
- 'top_paid' => 'Pago a maior',
- 'new' => 'Novo',
- 'top_free' => 'Melhores Grátis',
- 'free' => 'Gratis',
- 'install' => 'Instalar',
- 'buy_now' => 'Comprar Agora',
- 'faq' => 'FAQ',
- 'changelog' => 'Changelog',
- 'installed' => 'Changelog',
- 'uninstalled' => 'Changelog',
+ 'title' => 'Token de API',
+ 'api_token' => 'Token',
+ 'top_paid' => 'Pago a maior',
+ 'new' => 'Novo',
+ 'top_free' => 'Melhores Grátis',
+ 'free' => 'Gratis',
+ 'install' => 'Instalar',
+ 'buy_now' => 'Comprar Agora',
+ 'faq' => 'FAQ',
+ 'changelog' => 'Changelog',
+ 'installed' => 'Instalado',
+ 'uninstalled' => 'Desinstalado',
+ 'token_link' => ' Clique aqui para obter o token de sua API.',
- 'enabled' => ':module módulo habilitado',
- 'disabled' => ':module módulo desabilitado',
+ 'enabled' => ':module módulo habilitado',
+ 'disabled' => ':module módulo desabilitado',
'installation' => [
- 'header' => 'Instalação do Módulo',
- 'start' => 'Instalando :module.',
- 'download' => 'Baixando arquivos do módulo :module.',
- 'unzip' => 'Extraindo arquivos do módulo :module.',
- 'install' => 'Atualizando arquivos do módulo :module.',
+ 'header' => 'Instalação do Módulo',
+ 'start' => 'Instalando :module.',
+ 'download' => 'Baixando arquivos do módulo :module.',
+ 'unzip' => 'Extraindo arquivos do módulo :module.',
+ 'install' => 'Atualizando arquivos do módulo :module.',
],
'history' => [
- 'installed' => ':module instalado',
- 'uninstalled' => ':module removido',
- 'updated' => ':module atualizado',
- 'enabled' => ':module ativado',
- 'disabled' => ':module desativado',
+ 'installed' => ':module instalado',
+ 'uninstalled' => ':module removido',
+ 'updated' => ':module atualizado',
+ 'enabled' => ':module ativado',
+ 'disabled' => ':module desativado',
],
'button' => [
- 'uninstall' => 'Remover',
- 'disable' => 'Desativar',
- 'enable' => 'Ativar',
+ 'uninstall' => 'Remover',
+ 'disable' => 'Desativar',
+ 'enable' => 'Ativar',
],
];
diff --git a/resources/lang/pt-BR/updates.php b/resources/lang/pt-BR/updates.php
index 6e790e5ac..eb0273a12 100644
--- a/resources/lang/pt-BR/updates.php
+++ b/resources/lang/pt-BR/updates.php
@@ -6,6 +6,7 @@ return [
'latest_version' => 'Última Versão',
'update' => 'Atualiza o Akaunting para a versão :version',
'changelog' => 'Changelog',
+ 'check' => 'Verificar',
'new_core' => 'Está disponível uma versão atualizada do Sistema Akaunting.',
'latest_core' => 'Parabéns! Você tem a versão mais recente do Akaunting. Futuras atualizações de segurança serão aplicadas automaticamente.',
diff --git a/resources/lang/tr-TR/general.php b/resources/lang/tr-TR/general.php
index 7ec218b13..0d54fb991 100644
--- a/resources/lang/tr-TR/general.php
+++ b/resources/lang/tr-TR/general.php
@@ -92,6 +92,7 @@ return [
'help' => 'Yardım',
'all' => 'Hepsi',
'upcoming' => 'Gelecek',
+ 'created' => 'Oluşturuldu',
'title' => [
'new' => 'Yeni :type',
diff --git a/resources/lang/tr-TR/modules.php b/resources/lang/tr-TR/modules.php
index 2ead1169b..45dfc0543 100644
--- a/resources/lang/tr-TR/modules.php
+++ b/resources/lang/tr-TR/modules.php
@@ -2,41 +2,42 @@
return [
- 'api_token' => 'Token',
- 'enter_api_token' => 'API Token Girin',
- 'top_paid' => 'Popüler Ücretli',
- 'new' => 'Yeni',
- 'top_free' => 'Popüler Ücretsiz',
- 'free' => 'Ücretsiz',
- 'install' => 'Yükle',
- 'buy_now' => 'Şimdi Satın Al',
- 'faq' => 'SSS',
- 'changelog' => 'Değişiklik Kaydı',
- 'installed' => 'Değişiklik Kaydı',
- 'uninstalled' => 'Değişiklik Kaydı',
+ 'title' => 'API token',
+ 'api_token' => 'Token',
+ 'top_paid' => 'Popüler Ücretli',
+ 'new' => 'Yeni',
+ 'top_free' => 'Popüler Ücretsiz',
+ 'free' => 'Ücretsiz',
+ 'install' => 'Yükle',
+ 'buy_now' => 'Şimdi Satın Al',
+ 'faq' => 'SSS',
+ 'changelog' => 'Değişiklik Kaydı',
+ 'installed' => 'Kuruldu',
+ 'uninstalled' => 'Kaldırıldı',
+ 'token_link' => 'API token almak içinburaya tıklayın.',
- 'enabled' => ':module Modül Etkin',
- 'disabled' => ':module Modül Devre Dışı',
+ 'enabled' => ':module Modül Etkin',
+ 'disabled' => ':module Modül Devre Dışı',
'installation' => [
- 'header' => 'Modül Yükleme',
- 'start' => ':module yükleniyor',
- 'download' => ':module dosyası indiriliyor.',
- 'unzip' => ':module ayıklanıyor',
- 'install' => ':module dosyası yükleniyor',
+ 'header' => 'Modül Yükleme',
+ 'start' => ':module yükleniyor',
+ 'download' => ':module dosyası indiriliyor.',
+ 'unzip' => ':module ayıklanıyor',
+ 'install' => ':module dosyası yükleniyor',
],
'history' => [
- 'installed' => ':module yüklendi',
- 'uninstalled' => ':module kaldırma',
- 'updated' => ':module güncellendi',
- 'enabled' => ':module etkinleştirildi',
- 'disabled' => ':module devre dışı bırakıldı',
+ 'installed' => ':module yüklendi',
+ 'uninstalled' => ':module kaldırma',
+ 'updated' => ':module güncellendi',
+ 'enabled' => ':module etkinleştirildi',
+ 'disabled' => ':module devre dışı bırakıldı',
],
'button' => [
- 'uninstall' => 'Kaldır',
- 'disable' => 'Devre Dışı Bırak',
- 'enable' => 'Etkinleştir',
+ 'uninstall' => 'Kaldır',
+ 'disable' => 'Devre Dışı Bırak',
+ 'enable' => 'Etkinleştir',
],
];
diff --git a/resources/lang/tr-TR/updates.php b/resources/lang/tr-TR/updates.php
index a29cef3be..03feece9f 100644
--- a/resources/lang/tr-TR/updates.php
+++ b/resources/lang/tr-TR/updates.php
@@ -6,6 +6,7 @@ return [
'latest_version' => 'En Son Sürüm',
'update' => 'Akaunting için Güncelleştirme: sürüm',
'changelog' => 'Değişiklik Kaydı',
+ 'check' => 'Yenile',
'new_core' => 'Akaunting\'in güncel bir versiyonu mevcut.',
'latest_core' => 'Tebrikler! Akaunting\'in en son versiyonuna sahip oldunuz. Güvenlik güncellemeleri otomatik olarak uygulanacaktır.',