Browse Source

Merge pull request #2190 from mccollam/dev

add Esperanto translation
daniel 5 years ago
parent
commit
4e0617ac84

+ 19 - 0
resources/lang/eo/auth.php

@@ -0,0 +1,19 @@
+<?php
+
+return [
+
+    /*
+    |--------------------------------------------------------------------------
+    | Authentication Language Lines
+    |--------------------------------------------------------------------------
+    |
+    | The following language lines are used during authentication for various
+    | messages that we need to display to the user. You are free to modify
+    | these language lines according to your application's requirements.
+    |
+    */
+
+    'failed'   => 'Tiuj ĉi akreditaĵojn ne kongruas kun niajn registraĵojn.',
+    'throttle' => 'Tro saluton provojn. Bonvolu provu refoje post :seconds sekundoj.',
+
+];

+ 11 - 0
resources/lang/eo/exception.php

@@ -0,0 +1,11 @@
+<?php
+
+return [
+
+	'compose' => [
+		'invalid' => [
+			'album' => 'Metu unu foton aŭ videon, aŭ multajn fotojn.',
+		],
+	],
+
+];

+ 26 - 0
resources/lang/eo/helpcenter.php

@@ -0,0 +1,26 @@
+<?php
+
+return [
+
+	'helpcenter' => 'Helpejo',
+	'whatsnew' => 'Kio Novas',
+
+	'gettingStarted' => 'Komenci',
+	'sharingMedia' => 'Kunhavigi Mediojn',
+	'profile' => 'Profilo',
+	'stories' => 'Historioj',
+	'hashtags' => 'Kradvortoj',
+	'discover' => 'Trovi',
+	'directMessages' => 'Rektaj Mesaĝoj',
+	'timelines' => 'Kronologioj',
+	'embed'	=> 'Enkorpigi',
+
+	'communityGuidelines' => 'Konumumaj Gvidiloj',
+	'whatIsTheFediverse' => 'Kio Estas la Fediverso?',
+	'controllingVisibility' => 'Kontroli Videbleco',
+	'blockingAccounts' => 'Bloki Kontoj',
+	'safetyTips' => 'Sekurecaj Konsiletoj',
+	'reportSomething' => 'Informi',
+	'dataPolicy' => 'Datuma Politiko'
+
+];

+ 19 - 0
resources/lang/eo/navmenu.php

@@ -0,0 +1,19 @@
+<?php
+
+return [
+	'search'			=> 'Serĉi',
+	'home'				=> 'Hejmo',
+	'local'				=> 'Loka',
+	'network'			=> 'Reta',
+	'discover'			=> 'Trovi',
+	'viewMyProfile'		=> 'Rigardi mia profilo',
+	'myProfile'			=> 'Mia Profilo',
+	'myTimeline'		=> 'Mia Kronologio',
+	'publicTimeline'	=> 'Publica Kronologio',
+	'remoteFollow'		=> 'Sekvi Reta',
+	'settings'			=> 'Agordoj',
+	'admin'				=> 'Administri',
+	'logout'			=> 'Adiaŭi',
+	'directMessages'	=> 'Rektaj Mesaĝoj',
+	'composePost'		=> 'Afiŝi',
+];

+ 12 - 0
resources/lang/eo/notification.php

@@ -0,0 +1,12 @@
+<?php
+
+return [
+
+  'likedPhoto'          => 'ŝatis vian afiŝon.',
+  'likedComment'        => 'ŝatis vian komenton.',
+  'startedFollowingYou' => 'eksetvis vin.',
+  'commented'           => 'komentis vian afiŝon.',
+  'mentionedYou'        => 'menciis vin.',
+  'shared'				=> 'kunhavigis vian afiŝon.',
+
+];

+ 19 - 0
resources/lang/eo/pagination.php

@@ -0,0 +1,19 @@
+<?php
+
+return [
+
+    /*
+    |--------------------------------------------------------------------------
+    | Pagination Language Lines
+    |--------------------------------------------------------------------------
+    |
+    | The following language lines are used by the paginator library to build
+    | the simple pagination links. You are free to change them to anything
+    | you want to customize your views to better match your application.
+    |
+    */
+
+    'previous' => '« Antaŭa',
+    'next' => 'Sekva »',
+
+];

+ 22 - 0
resources/lang/eo/passwords.php

@@ -0,0 +1,22 @@
+<?php
+
+return [
+
+    /*
+    |--------------------------------------------------------------------------
+    | Password Reset Language Lines
+    |--------------------------------------------------------------------------
+    |
+    | The following language lines are the default lines which match reasons
+    | that are given by the password broker for a password update attempt
+    | has failed, such as for an invalid token or invalid new password.
+    |
+    */
+
+    'password' => 'Pasvortoj devas havi minimume ses signojn kaj kongrui kun la konfirmo.',
+    'reset'    => 'Via pasvorto restarigis!',
+    'sent'     => 'Se via retadreso ekzistas en nia datumbazo, tiam vi ricevos pasvort-reakiran ligilon en via retadreso post nelonge. Bonvolu, kontrolu vian spamujon se vi ne ricevis.',
+    'token'    => 'Ĉi tiu pasvort-reakiran ligilon ne validas.',
+    'user'     => 'Se via retadreso ekzistas en nia datumbazo, tiam vi ricevos pasvort-reakiran ligilon en via retadreso post nelonge. Bonvolu, kontrolu vian spamujon se vi ne ricevis.',
+
+];

+ 15 - 0
resources/lang/eo/profile.php

@@ -0,0 +1,15 @@
+<?php
+
+return [
+  'emptyTimeline'         => 'Ĉi tiu uzanto ankoraŭ ne havas afiŝojn!',
+  'emptyFollowers'        => 'Ĉi tiu uzanto ankoraŭ ne havas sekvantojn!',
+  'emptyFollowing'        => 'Ĉi tiu uzanto ankoraŭ ne sekvas iu!',
+  'emptySaved'            => 'Vi ankoraŭ ne konservis neniujn afiŝojn!',
+  'savedWarning'          => 'Sola vi permisas vidi kion vi konservis',
+  'privateProfileWarning' => 'Ĉi tiu konto estas privata',
+  'alreadyFollow'         => 'Vi jam sekvas :username?',
+  'loginToSeeProfile'     => 'vidi lian fotojn kaj videojn.',
+
+  'status.disabled.header' 	  => 'Profilo Maldisponebla',
+  'status.disabled.body'	  => 'Mi bedaŭras, ĉi tiu profilo momente estas maldisponebla. Bonvolu, momente provu denove.',
+];

+ 20 - 0
resources/lang/eo/site.php

@@ -0,0 +1,20 @@
+<?php
+
+return [
+
+    'about'             => 'Pri',
+    'help'              => 'Helpejo',
+    'language'          => 'Lingvo',
+    'fediverse'         => 'Fediverso',
+    'opensource'        => 'Libera Programaro',
+    'terms'             => 'Kondiĉoj',
+    'privacy'           => 'Privateco',
+    'l10nWip'           => 'Ni daŭre laboras pri lokaliza subteno',
+    'currentLocale'     => 'Kuranta lokoĵaro',
+    'selectLocale'      => 'Elektu unu de la subtenataj lingvoj',
+    'contact'           => 'Kontakti',
+    'contact-us'        => 'Kontactu nin',
+    'places'            => 'Lokoj',
+    'profiles'          => 'Profiloj',
+
+];

+ 7 - 0
resources/lang/eo/timeline.php

@@ -0,0 +1,7 @@
+<?php
+
+return [
+
+  'emptyPersonalTimeline' => 'Via kronologio estas malplena.',
+
+];

+ 122 - 0
resources/lang/eo/validation.php

@@ -0,0 +1,122 @@
+<?php
+
+return [
+
+    /*
+    |--------------------------------------------------------------------------
+    | Validation Language Lines
+    |--------------------------------------------------------------------------
+    |
+    | The following language lines contain the default error messages used by
+    | the validator class. Some of these rules have multiple versions such
+    | as the size rules. Feel free to tweak each of these messages here.
+    |
+    */
+
+    'accepted'             => 'La :attribute devas esti akceptita.',
+    'active_url'           => 'La :attribute ne estas valida URL.',
+    'after'                => 'La :attribute devas esti dato post :date.',
+    'after_or_equal'       => 'La :attribute devas esti dato post aŭ la sama kiel :date.',
+    'alpha'                => 'La :attribute devas enhavi nur literoj.',
+    'alpha_dash'           => 'La :attribute devas enhavi nur literoj, ciferoj, kaj streketoj.',
+    'alpha_num'            => 'La :attribute devas enhavi nur literoj kaj ciferoj.',
+    'array'                => 'La :attribute devas esti tabelo.',
+    'before'               => 'La :attribute devas esti dato antaŭ :date.',
+    'before_or_equal'      => 'La :attribute devas esti dato antaŭ aŭ la sama kiel :date.',
+    'between'              => [
+        'numeric' => 'La :attribute devas esti inter :min kaj :max.',
+        'file'    => 'La :attribute devas esti inter :min kaj :max kilobajtoj.',
+        'string'  => 'La :attribute devas esti inter :min kaj :max signoj.',
+        'array'   => 'La :attribute devas havi inter :min kaj :max eroj.',
+    ],
+    'boolean'              => 'La :attribute kampo devas esti vera aŭ malvera.',
+    'confirmed'            => 'La :attribute konfirmo ne kongruas.',
+    'date'                 => 'La :attribute ne estas validan daton.',
+    'date_format'          => 'La :attribute ne kongruas la strukturon :format.',
+    'different'            => 'La :attribute kaj :other devas esti malsama.',
+    'digits'               => 'La :attribute devas esti :digits ciferoj.',
+    'digits_between'       => 'La :attribute devas esti inter :min kaj :max ciferoj.',
+    'dimensions'           => 'La :attribute havas malvalidan bildan dimensiojn.',
+    'distinct'             => 'La :attribute kampo havas duoblan valoron.',
+    'email'                => 'La :attribute devas esti valida retadreso.',
+    'exists'               => 'La elektita :attribute estas malvalida.',
+    'file'                 => 'La :attribute devas esti dosiejro.',
+    'filled'               => 'La :attribute kampo devas havi valoro.',
+    'image'                => 'La :attribute devas esti bildo.',
+    'in'                   => 'La elektita :attribute estas malvalida.',
+    'in_array'             => 'La :attribute kampo ne ekzistas en :other.',
+    'integer'              => 'La :attribute devas esti entjero.',
+    'ip'                   => 'La :attribute devas esti valida IP-adreso.',
+    'ipv4'                 => 'La :attribute devas esti valida IPv4-adreso.',
+    'ipv6'                 => 'La :attribute devas esti valida IPv6-adreso.',
+    'json'                 => 'La :attribute devas esti valida JSON-signoĉeno.',
+    'max'                  => [
+        'numeric' => 'La :attribute ne devas esti pri granda ol :max.',
+        'file'    => 'La :attribute ne devas esti pri granda ol :max kilobajtoj.',
+        'string'  => 'La :attribute ne devas esti pri granda ol :max signoj.',
+        'array'   => 'La :attribute ne devas havi pli ol :max eroj.',
+    ],
+    'mimes'                => 'La :attribute devas esti dosiejro de tipo: :values.',
+    'mimetypes'            => 'La :attribute devas esti dosierjo de tipo: :values.',
+    'min'                  => [
+        'numeric' => 'La :attribute devas esti minimume :min.',
+        'file'    => 'La :attribute devas esti minimume :min kilobajtoj.',
+        'string'  => 'La :attribute devas esti minimume :min signoj.',
+        'array'   => 'La :attribute devas havi minimume :min eroj.',
+    ],
+    'not_in'               => 'La elektita :attribute estas malvalida.',
+    'not_regex'            => 'La :attribute strukturo estas malvalida.',
+    'numeric'              => 'La :attribute devas esti ciferoj.',
+    'present'              => 'La :attribute kampo devas ĉeesti.',
+    'regex'                => 'La :attribute strukturo estas malvalida.',
+    'required'             => 'La :attribute kampo estas bezonata.',
+    'required_if'          => 'La :attribute kampo estas bezonata kiam :other estas :value.',
+    'required_unless'      => 'La :attribute kampo estas bezonata krom se :other estas en :values.',
+    'required_with'        => 'La :attribute kampo estas bezonata kiam :values ĉeestas.',
+    'required_with_all'    => 'La :attribute kampo estas bezonata kiam :values ĉeestas.',
+    'required_without'     => 'La :attribute kampo estas bezonata kiam :values ne ĉeestas.',
+    'required_without_all' => 'La :attribute kampo estas bezonata kiam neniu el :values ĉeestas.',
+    'same'                 => 'La :attribute kaj :other devas kongrui.',
+    'size'                 => [
+        'numeric' => 'La :attribute devas esti :size.',
+        'file'    => 'La :attribute devas esti :size kilobajtoj.',
+        'string'  => 'La :attribute devas esti :size signoj.',
+        'array'   => 'La :attribute devas havi :size eroj.',
+    ],
+    'string'               => 'La :attribute devas esti signoĉeno.',
+    'timezone'             => 'La :attribute devas esti valida zono.',
+    'unique'               => 'La :attribute jam estis prenita.',
+    'uploaded'             => 'La :attribute ne povis alŝuti.',
+    'url'                  => 'La :attribute strukturo estas malvalida.',
+
+    /*
+    |--------------------------------------------------------------------------
+    | Custom Validation Language Lines
+    |--------------------------------------------------------------------------
+    |
+    | Here you may specify custom validation messages for attributes using the
+    | convention "attribute.rule" to name the lines. This makes it quick to
+    | specify a specific custom language line for a given attribute rule.
+    |
+    */
+
+    'custom' => [
+        'attribute-name' => [
+            'rule-name' => 'custom-message',
+        ],
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Custom Validation Attributes
+    |--------------------------------------------------------------------------
+    |
+    | The following language lines are used to swap attribute place-holders
+    | with something more reader friendly such as E-Mail Address instead
+    | of "email". This simply helps us make messages a little cleaner.
+    |
+    */
+
+    'attributes' => [],
+
+];