From 3ce5813e592f1156c72eba8e2f9ac34c9590518c Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 12 Jul 2018 08:43:02 +0100 Subject: [PATCH] New translations forms.php (Albanian) --- resources/lang/sq-AL/forms.php | 88 +++++++++++++++++----------------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/resources/lang/sq-AL/forms.php b/resources/lang/sq-AL/forms.php index 95eddbf0c..a22e5ec6c 100644 --- a/resources/lang/sq-AL/forms.php +++ b/resources/lang/sq-AL/forms.php @@ -14,13 +14,13 @@ return [ // Setup form fields 'setup' => [ 'email' => 'Email', - 'username' => 'Emri i përdoruesit', - 'password' => 'Fjalëkalimi', - 'site_name' => 'Emri Faqes', + 'username' => 'Username', + 'password' => 'Password', + 'site_name' => 'Site Name', 'site_domain' => 'Site Domain', - 'site_timezone' => 'Zgjidh orën e zonës tuaj', - 'site_locale' => 'Zgjidhni gjuhën tuaj', - 'enable_google2fa' => 'Aktivizo Dy-Faktorin e identifikimit te Google', + 'site_timezone' => 'Select your timezone', + 'site_locale' => 'Select your language', + 'enable_google2fa' => 'Enable Google Two Factor Authentication', 'cache_driver' => 'Cache Driver', 'queue_driver' => 'Queue Driver', 'session_driver' => 'Session Driver', @@ -35,10 +35,10 @@ return [ 'login' => [ 'login' => 'Username or Email', 'email' => 'Email', - 'password' => 'Fjalëkalimi', - '2fauth' => 'Kodi i identifikimit', + 'password' => 'Password', + '2fauth' => 'Authentication Code', 'invalid' => 'Invalid username or password', - 'invalid-token' => '"Token" i pavlefshëm', + 'invalid-token' => 'Invalid token', 'cookies' => 'You must enable cookies to login.', 'rate-limit' => 'Rate limit exceeded.', 'remember_me' => 'Remember me', @@ -46,11 +46,11 @@ return [ // Incidents form fields 'incidents' => [ - 'name' => 'Emri', - 'status' => 'Statusi', - 'component' => 'Përbërësit', + 'name' => 'Name', + 'status' => 'Status', + 'component' => 'Component', 'component_status' => 'Component Status', - 'message' => 'Mesazhi', + 'message' => 'Message', 'message-help' => 'You may also use Markdown.', 'occurred_at' => 'When did this incident occur?', 'notify_subscribers' => 'Notify subscribers?', @@ -62,39 +62,39 @@ return [ 'public' => 'Viewable by public', 'logged_in_only' => 'Only visible to logged in users', 'templates' => [ - 'name' => 'Emri', - 'template' => 'Paraqitja', + 'name' => 'Name', + 'template' => 'Template', 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], 'schedules' => [ - 'name' => 'Emri', - 'status' => 'Statusi', - 'message' => 'Mesazhi', + 'name' => 'Name', + 'status' => 'Status', + 'message' => 'Message', 'message-help' => 'You may also use Markdown.', 'scheduled_at' => 'When is this maintenance scheduled for?', 'completed_at' => 'When did this maintenance complete?', 'templates' => [ - 'name' => 'Emri', - 'template' => 'Paraqitja', + 'name' => 'Name', + 'template' => 'Template', 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], // Components form fields 'components' => [ - 'name' => 'Emri', - 'status' => 'Statusi', + 'name' => 'Name', + 'status' => 'Status', 'group' => 'Group', - 'description' => 'Përshkrimi', - 'link' => 'Nderlidhja', - 'tags' => 'Etiketa', + 'description' => 'Description', + 'link' => 'Link', + 'tags' => 'Tags', 'tags-help' => 'Comma separated.', 'enabled' => 'Component enabled?', 'groups' => [ - 'name' => 'Emri', + 'name' => 'Name', 'collapsing' => 'Expand/Collapse options', 'visible' => 'Always expanded', 'collapsed' => 'Collapse the group by default', @@ -107,8 +107,8 @@ return [ // Action form fields 'actions' => [ - 'name' => 'Emri', - 'description' => 'Përshkrimi', + 'name' => 'Name', + 'description' => 'Description', 'start_at' => 'Schedule start time', 'timezone' => 'Timezone', 'schedule_frequency' => 'Schedule frequency (in seconds)', @@ -122,9 +122,9 @@ return [ // Metric form fields 'metrics' => [ - 'name' => 'Emri', + 'name' => 'Name', 'suffix' => 'Suffix', - 'description' => 'Përshkrimi', + 'description' => 'Description', 'description-help' => 'You may also use Markdown.', 'display-chart' => 'Display chart on status page?', 'default-value' => 'Default value', @@ -148,10 +148,10 @@ return [ 'settings' => [ // Application setup 'app-setup' => [ - 'site-name' => 'Emri Faqes', - 'site-url' => 'Nderlidhja Faqes', + 'site-name' => 'Site Name', + 'site-url' => 'Site URL', 'display-graphs' => 'Display graphs on status page?', - 'about-this-page' => 'Rreth faqes', + 'about-this-page' => 'About this page', 'days-of-incidents' => 'How many days of incidents to show?', 'time_before_refresh' => 'Status page refresh rate (in seconds)', 'major_outage_rate' => 'Major outage threshold (in %)', @@ -205,9 +205,9 @@ return [ ], 'user' => [ - 'username' => 'Emri i përdoruesit', + 'username' => 'Username', 'email' => 'Email', - 'password' => 'Fjalëkalimi', + 'password' => 'Password', 'api-token' => 'API Token', 'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.', 'gravatar' => 'Change your profile picture at Gravatar.', @@ -221,7 +221,7 @@ return [ ], 'team' => [ 'description' => 'Invite your team members by entering their email addresses here.', - 'email' => 'Email #:id', + 'email' => 'Your Team Members Email Address', ], ], @@ -230,15 +230,15 @@ return [ ], // Buttons - 'add' => 'Shto', - 'save' => 'Ruaj', + 'add' => 'Add', + 'save' => 'Save', 'update' => ' Përditëso', - 'create' => 'Krijo', - 'edit' => 'Ndrysho', - 'delete' => 'Fshije', - 'submit' => 'Parashtroje', - 'cancel' => 'Anulloje', - 'remove' => 'Hiqe', + 'create' => 'Create', + 'edit' => 'Edit', + 'delete' => 'Delete', + 'submit' => 'Submit', + 'cancel' => 'Cancel', + 'remove' => 'Remove', 'invite' => 'Invite', 'signup' => 'Sign Up', 'manage_updates' => 'Manage Updates',