Fixed namespaces (PHPCI -> PHPCensor)
This commit is contained in:
parent
60d74b0b44
commit
60a2b7282a
238 changed files with 1014 additions and 863 deletions
397
src/PHPCensor/Languages/lang.da.php
Normal file
397
src/PHPCensor/Languages/lang.da.php
Normal file
|
|
@ -0,0 +1,397 @@
|
|||
<?php
|
||||
/**
|
||||
* PHPCI - Continuous Integration for PHP
|
||||
*
|
||||
* @copyright Copyright 2014, Block 8 Limited.
|
||||
* @license https://github.com/Block8/PHPCI/blob/master/LICENSE.md
|
||||
* @link https://www.phptesting.org/
|
||||
*/
|
||||
|
||||
return [
|
||||
'language_name' => 'Dansk',
|
||||
'language' => 'Sprog',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'Log ind i PHP Censor',
|
||||
'login_error' => 'Forkert email-adresse eller adgangskode',
|
||||
'forgotten_password_link' => 'Har du glemt din adgangskode?',
|
||||
'reset_emailed' => 'Vi har sendt dig en email med et link til at nulstille din adgangskode.',
|
||||
'reset_header' => '<strong>Bare rolig!</strong><br>Indtast blot din email-adresse, så sender
|
||||
vi dig et link til at nulstille din adgangskode.',
|
||||
'reset_email_address' => 'Indtast din email-adresse:',
|
||||
'reset_send_email' => 'Send nulstillings-link',
|
||||
'reset_enter_password' => 'Indtast venligst en ny adgangskode',
|
||||
'reset_new_password' => 'Ny adgangskode:',
|
||||
'reset_change_password' => 'Skift adgangskode',
|
||||
'reset_no_user_exists' => 'Der findes ingen bruger med den email-adresse, prøv igen.',
|
||||
'reset_email_body' => 'Hej %s,
|
||||
|
||||
Du modtager denne email fordi du eller en anden person har anmodet om at nulstille din adgangskode til PHP Censor.
|
||||
|
||||
Hvis det var dig kan du klikke følgende link for at nulstille din adgangskode: %ssession/reset-password/%d/%s
|
||||
|
||||
Hvis det ikke var dig kan du ignorere denne email og intet vil ske.
|
||||
|
||||
Tak,
|
||||
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'PHP Censor Adgangskode-nulstilling for %s',
|
||||
'reset_invalid' => 'Ugyldig anmodning om adgangskode-nulstilling.',
|
||||
'email_address' => 'Email-addresse',
|
||||
'login' => 'Login / Email Address',
|
||||
'password' => 'Adgangskode',
|
||||
'log_in' => 'Log ind',
|
||||
|
||||
|
||||
// Top Nav
|
||||
'toggle_navigation' => 'Vis/skjul navigation',
|
||||
'n_builds_pending' => '%d builds i køen',
|
||||
'n_builds_running' => '%d builds kører',
|
||||
'edit_profile' => 'Redigér profil',
|
||||
'sign_out' => 'Log ud',
|
||||
'branch_x' => 'Branch: %s',
|
||||
'created_x' => 'Oprettet: %s',
|
||||
'started_x' => 'Startet: %s',
|
||||
|
||||
// Sidebar
|
||||
'hello_name' => 'Hej %s',
|
||||
'dashboard' => 'Dashboard',
|
||||
'admin_options' => 'Administrator-indstillinger',
|
||||
'add_project' => 'Tilføj projekt',
|
||||
'settings' => 'Indstillinger',
|
||||
'manage_users' => 'Administrér brugere',
|
||||
'plugins' => 'Plugins',
|
||||
'view' => 'Vis',
|
||||
'build_now' => 'Start build nu',
|
||||
'edit_project' => 'Redigér projekt',
|
||||
'delete_project' => 'Slet projekt',
|
||||
|
||||
// Project Summary:
|
||||
'no_builds_yet' => 'Ingen builds pt.!',
|
||||
'x_of_x_failed' => '%d af de sidste %d builds fejlede.',
|
||||
'x_of_x_failed_short' => '%d / %d fejlede.',
|
||||
'last_successful_build' => 'Sidste succesfulde build var %s.',
|
||||
'never_built_successfully' => 'Dette projekt har indtil videre ingen succesfulde builds.',
|
||||
'all_builds_passed' => 'All de sidste %d builds fejlede.',
|
||||
'all_builds_passed_short' => '%d / %d lykkedes.',
|
||||
'last_failed_build' => 'Det sidste mislykkede build var %s',
|
||||
'never_failed_build' => 'Dette projekt er endnu ikke blevet kørt.',
|
||||
'view_project' => 'Vis Projekt',
|
||||
|
||||
// Timeline:
|
||||
'latest_builds' => 'Nyeste Builds',
|
||||
'pending' => 'Venter',
|
||||
'running' => 'Kører',
|
||||
'success' => 'Succes',
|
||||
'successful' => 'Lykkedes',
|
||||
'failed' => 'Fejlede',
|
||||
'manual_build' => 'Manuelt Build',
|
||||
|
||||
// Add/Edit Project:
|
||||
'new_project' => 'Nyt Projekt',
|
||||
'project_x_not_found' => 'Projektet med ID %d findes ikke.',
|
||||
'project_details' => 'Projekt-detaljer',
|
||||
'public_key_help' => 'For at gøre det lettere at starte har vi genereret en SSH-nøgle som du kan bruge til dette projekt. For at bruge den behøver du blot tilføje den følgende public key til "deployment keys" sektionen
|
||||
i din foretrukne hosting-platform.',
|
||||
'select_repository_type' => 'Vælg repository-type...',
|
||||
'github' => 'GitHub',
|
||||
'bitbucket' => 'Bitbucket',
|
||||
'gitlab' => 'GitLab',
|
||||
'remote' => 'Ekstern URL',
|
||||
'local' => 'Lokalt filsystem',
|
||||
'hg' => 'Mercurial',
|
||||
|
||||
'where_hosted' => 'Hvor er dit projekt hosted?',
|
||||
'choose_github' => 'Vælg et GitHub-repository:',
|
||||
|
||||
'repo_name' => 'Repository-navn / URL (ekstern) eller filsystem-sti (lokal)',
|
||||
'project_title' => 'Projekt-titel',
|
||||
'project_private_key' => 'Privat nøgle med adgang til dette repository
|
||||
(tom for lokal nøgle og/eller anonym adgang)',
|
||||
'build_config' => 'PHP Censor build-konfiguration for dette projekt
|
||||
(hvis du ikke har mulighed for at tilføje en phpci.yml fil i projektets repository)',
|
||||
'default_branch' => 'Default branch navn',
|
||||
'allow_public_status' => 'Tillad offentlig status-side og -billede for dette projekt?',
|
||||
'archived' => 'Archived',
|
||||
'archived_menu' => 'Archived',
|
||||
'save_project' => 'Gem Projekt',
|
||||
|
||||
'error_mercurial' => 'Mercurial repository-URL skal starte med http:// eller https://',
|
||||
'error_remote' => 'Repository-URL skal starte med git://, http:// eller https://',
|
||||
'error_gitlab' => 'GitLab repository-navn skal være i formatet "user@domæne.tld:ejernavn/repositorynavn.git"',
|
||||
'error_github' => 'Repository-navn skal være i formatet "ejernavn/repositorynavn"',
|
||||
'error_bitbucket' => 'Repository-navn skal være i formatet "ejernavn/repositorynavn"',
|
||||
'error_path' => 'Stien du indtastede findes ikke.',
|
||||
|
||||
// View Project:
|
||||
'all_branches' => 'Alle branches',
|
||||
'builds' => 'Builds',
|
||||
'id' => 'ID',
|
||||
'date' => 'Date',
|
||||
'project' => 'Projekt',
|
||||
'commit' => 'Commit',
|
||||
'branch' => 'Branch',
|
||||
'status' => 'Status',
|
||||
'prev_link' => '« Forrige',
|
||||
'next_link' => 'Næste »',
|
||||
'public_key' => 'Offentlig nøgle',
|
||||
'delete_build' => 'Slet Build',
|
||||
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_help_github' => 'For at køre dette build automatisk når nye commits bliver pushed skal du tilføje nedenstående
|
||||
URL som nyt "Webhook" i <a href="https://github.com/%s/settings/hooks">Webhooks
|
||||
and Services</a> under dit GitHub-repository.',
|
||||
|
||||
'webhooks_help_gitlab' => 'For at køre dette build automatisk når nye commits bliver pushed kan du tilføje nedenstående URL
|
||||
som en "WebHook URL" i Web Hooks-sektionen i dit GitLab-repository.',
|
||||
|
||||
'webhooks_help_bitbucket' => 'For at køre dette build automatisk når nye commits bliver pushed skal du tilføje nedenstående
|
||||
URL som "POST" service i
|
||||
<a href="https://bitbucket.org/%s/admin/services">
|
||||
Services</a> sektionen under dit Bitbucket-repository.',
|
||||
|
||||
// View Build
|
||||
'build_x_not_found' => 'Build med ID %d findes ikke.',
|
||||
'build_n' => 'Build %d',
|
||||
'rebuild_now' => 'Gentag Build',
|
||||
|
||||
|
||||
'committed_by_x' => 'Committed af %s',
|
||||
'commit_id_x' => 'Commit: %s',
|
||||
|
||||
'chart_display' => 'Denne graf vises når buildet er færdigt.',
|
||||
|
||||
'build' => 'Build',
|
||||
'lines' => 'Linjer',
|
||||
'comment_lines' => 'Kommentar-linjer',
|
||||
'noncomment_lines' => 'Ikke-kommentar-linjer',
|
||||
'logical_lines' => 'Logiske linjer',
|
||||
'lines_of_code' => 'Kode-linjer',
|
||||
'build_log' => 'Build-log',
|
||||
'quality_trend' => 'Kvalitets-trend',
|
||||
'codeception_errors' => 'Codeception-fejl',
|
||||
'phpmd_warnings' => 'PHPMD-advarsler',
|
||||
'phpcs_warnings' => 'PHPCS-advarsler',
|
||||
'phpcs_errors' => 'PHPCS-fejl',
|
||||
'phplint_errors' => 'Lint-fejl',
|
||||
'phpunit_errors' => 'PHPUnit-fejl',
|
||||
'phpdoccheck_warnings' => 'Manglende Docblocks',
|
||||
'issues' => 'Sager',
|
||||
|
||||
'codeception' => 'Codeception',
|
||||
'phpcpd' => 'PHP Copy/Paste Detector',
|
||||
'phpcs' => 'PHP Code Sniffer',
|
||||
'phpdoccheck' => 'Manglende Docblocks',
|
||||
'phpmd' => 'PHP Mess Detector',
|
||||
'phpspec' => 'PHP Spec',
|
||||
'phpunit' => 'PHP Unit',
|
||||
|
||||
'file' => 'Fil',
|
||||
'line' => 'Linje',
|
||||
'class' => 'Klasse',
|
||||
'method' => 'Funktion',
|
||||
'message' => 'Besked',
|
||||
'start' => 'Start',
|
||||
'end' => 'Slut',
|
||||
'from' => 'Fra',
|
||||
'to' => 'Til',
|
||||
'result' => 'Resultat',
|
||||
'ok' => 'OK',
|
||||
'took_n_seconds' => 'Tog %d sekunder',
|
||||
'build_created' => 'Build Oprettet',
|
||||
'build_started' => 'Build Startet',
|
||||
'build_finished' => 'Build Afsluttet',
|
||||
'test_message' => 'Message',
|
||||
'test_no_message' => 'No message',
|
||||
'test_success' => 'Successful: %d',
|
||||
'test_fail' => 'Failures: %d',
|
||||
'test_skipped' => 'Skipped: %d',
|
||||
'test_error' => 'Errors: %d',
|
||||
'test_todo' => 'Todos: %d',
|
||||
'test_total' => '%d test(s)',
|
||||
|
||||
// Users
|
||||
'name' => 'Navn',
|
||||
'password_change' => 'Adgangskode (tom hvis du ikke ønsker at ændre koden)',
|
||||
'save' => 'Gem »',
|
||||
'update_your_details' => 'Opdatér oplysninger',
|
||||
'your_details_updated' => 'Dine oplysninger blev gemt.',
|
||||
'add_user' => 'Tilføj bruger',
|
||||
'is_admin' => 'Administrator?',
|
||||
'yes' => 'Ja',
|
||||
'no' => 'Nej',
|
||||
'edit' => 'Redigér',
|
||||
'edit_user' => 'Redigér Bruger',
|
||||
'delete_user' => 'Slet Bruger',
|
||||
'user_n_not_found' => 'Brugeren med ID %d findes ikke.',
|
||||
'is_user_admin' => 'Er denne bruger en administrator?',
|
||||
'save_user' => 'Gem Bruger',
|
||||
|
||||
// Settings:
|
||||
'settings_saved' => 'Dine indstillinger blev gemt.',
|
||||
'settings_check_perms' => 'Dine indstillinger kunne ikke gemmes, kontrollér rettighederne på din config.yml fil.',
|
||||
'settings_cannot_write' => 'PHP Censor kan ikke skrive til din config.yml fil, indstillinger bliver muligvis ikke gemt korrekt før dette problem løses.',
|
||||
'settings_github_linked' => 'Din GitHub-konto er nu tilsluttet.',
|
||||
'settings_github_not_linked' => 'Din GitHub-konto kunne ikke tilsluttes.',
|
||||
'build_settings' => 'Build-indstillinger',
|
||||
'github_application' => 'GitHub-applikation',
|
||||
'github_sign_in' => 'Før du kan bruge GitHub skal du <a href="%s">logge ind</a> og give PHP Censor
|
||||
adgang til din konto.',
|
||||
'github_phpci_linked' => 'PHP Censor blev tilsluttet din GitHub-konto.',
|
||||
'github_where_to_find' => 'Hvor disse findes...',
|
||||
'github_where_help' => 'Hvis du ejer applikationen du ønsker at bruge kan du finde denne information i
|
||||
<a href="https://github.com/settings/applications">applications</a> under indstillinger.',
|
||||
|
||||
'email_settings' => 'Email-indstillinger',
|
||||
'email_settings_help' => 'Før PHP Censor kan sende build-notifikationer via email
|
||||
skal du konfigurere nedenstående SMTP-indstillinger.',
|
||||
|
||||
'application_id' => 'Application ID',
|
||||
'application_secret' => 'Application Secret',
|
||||
|
||||
'smtp_server' => 'SMTP-server',
|
||||
'smtp_port' => 'SMTP-port',
|
||||
'smtp_username' => 'SMTP-brugernavn',
|
||||
'smtp_password' => 'SMTP-adgangskode',
|
||||
'from_email_address' => 'Fra email-adresse',
|
||||
'default_notification_address' => 'Default notifikations-email-adresse',
|
||||
'use_smtp_encryption' => 'Brug SMTP-kryptering?',
|
||||
'none' => 'Ingen',
|
||||
'ssl' => 'SSL',
|
||||
'tls' => 'TLS',
|
||||
|
||||
'failed_after' => 'Betragt et build som fejlet efter',
|
||||
'5_mins' => '5 minutter',
|
||||
'15_mins' => '15 minutter',
|
||||
'30_mins' => '30 minutter',
|
||||
'1_hour' => '1 time',
|
||||
'3_hours' => '3 timer',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'PHP Censor kan ikke opdatere composer.json da filen ikke kan skrives.',
|
||||
'x_has_been_removed' => '%s er blevet slettet.',
|
||||
'x_has_been_added' => '%s blev tilføjet til composer.json for dig og vil blive installeret næste gang
|
||||
du kører composer update.',
|
||||
'enabled_plugins' => 'Aktive plugins',
|
||||
'provided_by_package' => 'Via pakke',
|
||||
'installed_packages' => 'Installerede pakker',
|
||||
'suggested_packages' => 'Forslag til pakker',
|
||||
'title' => 'Titel',
|
||||
'description' => 'Beskrivelse',
|
||||
'version' => 'Version',
|
||||
'install' => 'Installér »',
|
||||
'remove' => 'Fjern »',
|
||||
'search_packagist_for_more' => 'Søg på Packagist efter flere pakker',
|
||||
'search' => 'Søg »',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'PHP Censor Installations-URL',
|
||||
'db_host' => 'Database-hostnavn',
|
||||
'db_name' => 'Database-navn',
|
||||
'db_user' => 'Database-brugernavn',
|
||||
'db_pass' => 'Database-adgangskode',
|
||||
'admin_name' => 'Administrator-navn',
|
||||
'admin_pass' => 'Administrator-adgangskode',
|
||||
'admin_email' => 'Administrators email-adresse',
|
||||
'config_path' => 'Konfigurations-fil',
|
||||
'install_phpci' => 'Installér PHP Censor',
|
||||
'welcome_to_phpci' => 'Velkommen til PHP Censor',
|
||||
'please_answer' => 'Besvar venligst følgende spørgsmål:',
|
||||
'phpci_php_req' => 'PHP Censor kræver minimum PHP version 5.3.8 for at fungere.',
|
||||
'extension_required' => 'Extension påkrævet: %s',
|
||||
'function_required' => 'PHP Censor behøver adgang til funktion %s() i PHP. Er den deaktiveret i php.ini?',
|
||||
'requirements_not_met' => 'PHP Censor kan ikke installeres da nogle krav ikke opfyldtes.
|
||||
Kontrollér venligst nedenstående fejl før du fortsætter.',
|
||||
'must_be_valid_email' => 'Skal være en gyldig email-adresse.',
|
||||
'must_be_valid_url' => 'Skal være en gyldig URL.',
|
||||
'enter_name' => 'Administrator-navn: ',
|
||||
'enter_email' => 'Administrators email-adresse: ',
|
||||
'enter_password' => 'Administrator-adgangskode: ',
|
||||
'enter_phpci_url' => 'Din PHP Censor URL (eksempelvis "http://phpci.local"): ',
|
||||
|
||||
'enter_db_host' => 'Indtast dit MySQL-hostnavn [localhost]: ',
|
||||
'enter_db_name' => 'Indtast dit MySQL database-navn [phpci]: ',
|
||||
'enter_db_user' => 'Indtast dit MySQL-brugernavn [phpci]: ',
|
||||
'enter_db_pass' => 'Indtast dit MySQL-password: ',
|
||||
'could_not_connect' => 'PHP Censor kunne ikke forbinde til MySQL med de angivning oplysninger. Forsøg igen.',
|
||||
'setting_up_db' => 'Indlæser database...',
|
||||
'user_created' => 'Brugerkonto oprettet!',
|
||||
'failed_to_create' => 'PHP Censor kunne ikke oprette din administrator-konto.',
|
||||
'config_exists' => 'PHP Censor konfigurationsfilen findes og er ikke tom.',
|
||||
'update_instead' => 'Hvis du forsøgte at opdatere PHP Censor, forsøg da venligst med phpci:update istedet.',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Opdatér databasen med ændrede modeller',
|
||||
'updating_phpci' => 'Opdaterer PHP Censor-database:',
|
||||
'not_installed' => 'PHP Censor lader til ikke at være installeret.',
|
||||
'install_instead' => 'Installér venligst PHP Censor via phpci:install istedet.',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'Check via GitHub om et build skal startes.',
|
||||
'no_token' => 'GitHub-token findes ikke',
|
||||
'finding_projects' => 'Finder projekter der kan forespørges',
|
||||
'found_n_projects' => '%d projekter fundet',
|
||||
'last_commit_is' => 'Sidste commit til GitHub for %s er %s',
|
||||
'adding_new_build' => 'Sidste commit er forskellig fra databasen, tilføjer nyt build.',
|
||||
'finished_processing_builds' => 'Kørsel af builds afsluttet.',
|
||||
|
||||
// Create Admin
|
||||
'create_admin_user' => 'Tilføj en administrator',
|
||||
'incorrect_format' => 'Forkert format',
|
||||
|
||||
// Create Build Command
|
||||
'create_build_project' => 'Create a build for a project',
|
||||
'project_id_argument' => 'A project ID',
|
||||
'commit_id_option' => 'Commit ID to build',
|
||||
'branch_name_option' => 'Branch to build',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Kør alle PHP Censor builds i køen.',
|
||||
'finding_builds' => 'Finder builds der skal køres',
|
||||
'found_n_builds' => '%d builds fundet',
|
||||
'skipping_build' => 'Springer over Build %d - projektet kører et build lige nu.',
|
||||
'marked_as_failed' => 'Build %d blev markeret som fejlet pga. timeout.',
|
||||
|
||||
// Builder
|
||||
'missing_phpci_yml' => 'Dette projekt har ingen phpci.yml fil, eller filen er tom.',
|
||||
'build_success' => 'BUILD SUCCES',
|
||||
'build_failed' => 'BUILD FEJLET',
|
||||
'removing_build' => 'Fjerner Build',
|
||||
'exception' => 'Undtagelse:',
|
||||
'could_not_create_working' => 'Kunne ikke oprette en arbejds-kopi.',
|
||||
'working_copy_created' => 'Arbejds-kopi oprettet: %s',
|
||||
'looking_for_binary' => 'Leder efter kommando: %s',
|
||||
'found_in_path' => 'Fundet i %s: %s',
|
||||
'running_plugin' => 'KØRER PLUGIN: %s',
|
||||
'plugin_success' => 'PLUGIN: SUCCES',
|
||||
'plugin_failed' => 'PLUGIN: FEJL',
|
||||
'plugin_missing' => 'Plugin findes ikke: %s',
|
||||
'tap_version' => 'TapParser understøtter kun TAP version 13.',
|
||||
'tap_error' => 'Ugyldig TAP-streng, antallet af tests passer ikke med det angivne antal tests.',
|
||||
|
||||
// Build Plugins:
|
||||
'no_tests_performed' => 'Ingen tests udført.',
|
||||
'could_not_find' => 'Kunne ikke finde %s',
|
||||
'no_campfire_settings' => 'Ingen forbindelses-oplysninger angivet i Campfire plugin',
|
||||
'failed_to_wipe' => 'Kunne ikke slette eksisterende mappe %s før kopi',
|
||||
'passing_build' => 'Succesfuldt Build',
|
||||
'failing_build' => 'Fejlet Build',
|
||||
'log_output' => 'Log-output:',
|
||||
'n_emails_sent' => '%d emails afsendt.',
|
||||
'n_emails_failed' => '%d emails kunne ikke afsendes.',
|
||||
'unable_to_set_env' => 'Kunne ikke sætte environment-variabel',
|
||||
'tag_created' => 'Tag oprettet af PHP Censor: %s',
|
||||
'x_built_at_x' => '%PROJECT_TITLE% bygget på %BUILD_URI%',
|
||||
'hipchat_settings' => 'Angiv venligst rum og autoToken i hipchat_notify plugin',
|
||||
'irc_settings' => 'Du skal som minimum indstille en server, et rum og et nicknavn.',
|
||||
'invalid_command' => 'Ugyldig kommando',
|
||||
'import_file_key' => 'Importen skal indeholde en \'file\' variabel',
|
||||
'cannot_open_import' => 'Kunne ikke åbne SQL import-fil: %s',
|
||||
'unable_to_execute' => 'Kunne ikke udføre instruktionerne i SQL-filen',
|
||||
'phar_internal_error' => 'Phar Plugin Internal Error',
|
||||
'build_file_missing' => 'Den angivne build-fil findes ikke.',
|
||||
'property_file_missing' => 'Den angivne property-fil findes ikke',
|
||||
'could_not_process_report' => 'Kunne ikke behandle rapporten, som dette værktøj genererede.',
|
||||
'shell_not_enabled' => 'Shell-plugin er ikke aktiveret. Aktivér det via config.yml.'
|
||||
];
|
||||
433
src/PHPCensor/Languages/lang.de.php
Normal file
433
src/PHPCensor/Languages/lang.de.php
Normal file
|
|
@ -0,0 +1,433 @@
|
|||
<?php
|
||||
/**
|
||||
* PHPCI - Continuous Integration for PHP
|
||||
*
|
||||
* @copyright Copyright 2014, Block 8 Limited.
|
||||
* @license https://github.com/Block8/PHPCI/blob/master/LICENSE.md
|
||||
* @link https://www.phptesting.org/
|
||||
*/
|
||||
|
||||
return [
|
||||
'language_name' => 'Deutsch',
|
||||
'language' => 'Sprache',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'In PHP Censor einloggen',
|
||||
'login_error' => 'Fehlerhafte Emailadresse oder fehlerhaftes Passwort',
|
||||
'forgotten_password_link' => 'Passwort vergessen?',
|
||||
'reset_emailed' => 'Wir haben Ihnen einen Link geschickt, um Ihr Passwort zurückzusetzen',
|
||||
'reset_header' => '<strong>Keine Panik!</strong><br>Geben Sie einfach unten Ihre Emailadresse an
|
||||
und wir senden Ihnen einen Link, um Ihr Passwort zurückzusetzen',
|
||||
'reset_email_address' => 'Geben Sie Ihre Emailadresse an:',
|
||||
'reset_send_email' => 'Link senden',
|
||||
'reset_enter_password' => 'Bitte geben Sie ein neues Passwort ein',
|
||||
'reset_new_password' => 'Neues Passwort:',
|
||||
'reset_change_password' => 'Passwort ändern',
|
||||
'reset_no_user_exists' => 'Es existiert kein User mit dieser Emailadresse, versuchen Sie es bitte noch einmal.',
|
||||
'reset_email_body' => 'Hallo %s,
|
||||
|
||||
Sie haben diese Email erhalten, weil Sie, oder jemand anders, einen Link zum Zurücksetzen Ihres Passwortes für PHP Censor verlangt hat.
|
||||
|
||||
Wenn Sie diesen Link verlangt haben, klicken Sie bitte hier, um Ihr Passwort zurückzusetzen: %ssession/reset-password/%d/%s
|
||||
|
||||
Falls nicht, ignorieren Sie diese Email bitte, und es wird nichts geändert.
|
||||
|
||||
Danke,
|
||||
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'PHP Censor Passwort zurücksetzen für %s',
|
||||
'reset_invalid' => 'Fehlerhafte Anfrage für das Zurücksetzen eines Passwortes',
|
||||
'email_address' => 'Emailadresse',
|
||||
'login' => 'Login / Emailadresse',
|
||||
'password' => 'Passwort',
|
||||
'log_in' => 'Einloggen',
|
||||
|
||||
|
||||
// Top Nav
|
||||
'toggle_navigation' => 'Navigation umschalten',
|
||||
'n_builds_pending' => '%d Builds ausstehend',
|
||||
'n_builds_running' => '%d Builds werden ausgeführt',
|
||||
'edit_profile' => 'Profil bearbeiten',
|
||||
'sign_out' => 'Ausloggen',
|
||||
'branch_x' => 'Branch: %s',
|
||||
'created_x' => 'Erstellt: %s',
|
||||
'started_x' => 'Gestartet: %s',
|
||||
|
||||
// Sidebar
|
||||
'hello_name' => 'Hallo, %s',
|
||||
'dashboard' => 'Dashboard',
|
||||
'admin_options' => 'Administration',
|
||||
'add_project' => 'Projekt hinzufügen',
|
||||
'settings' => 'Einstellungen',
|
||||
'manage_users' => 'Benutzereinstellungen',
|
||||
'plugins' => 'Plugins',
|
||||
'view' => 'Ansehen',
|
||||
'build_now' => 'Jetzt bauen',
|
||||
'edit_project' => 'Projekt bearbeiten',
|
||||
'delete_project' => 'Projekt löschen',
|
||||
|
||||
// Project Summary:
|
||||
'no_builds_yet' => 'Bisher noch keine Builds!',
|
||||
'x_of_x_failed' => '%d der letzten %d Builds sind fehlgeschlagen.',
|
||||
'x_of_x_failed_short' => '%d / %d fehlgeschlagen.',
|
||||
'last_successful_build' => ' Der letzte erfolgreiche Build war %s.',
|
||||
'never_built_successfully' => ' Dieses Projekt hatte bisher noch keinen erfolgreichen Build.',
|
||||
'all_builds_passed' => 'Jeder der letzten %d Builds war erfolgreich.',
|
||||
'all_builds_passed_short' => '%d / %d erfolgreich.',
|
||||
'last_failed_build' => ' Der letzte fehlgeschlagene Build war %s.',
|
||||
'never_failed_build' => ' Dieses Projekt hat keine fehlgeschlagenen Builds.',
|
||||
'view_project' => 'Projekt ansehen',
|
||||
|
||||
// Timeline:
|
||||
'latest_builds' => 'Die neusten Builds',
|
||||
'pending' => 'Ausstehend',
|
||||
'running' => 'Wird ausgeführt',
|
||||
'success' => 'Erfolg',
|
||||
'successful' => 'Erfolgreich',
|
||||
'failed' => 'Fehlgeschlagen',
|
||||
'manual_build' => 'Manueller Build',
|
||||
|
||||
// Add/Edit Project:
|
||||
'new_project' => 'Neues Projekt',
|
||||
'project_x_not_found' => 'Projekt mit ID %d existiert nicht.',
|
||||
'project_details' => 'Projektdetails',
|
||||
'public_key_help' => 'Um Ihnen den Einstieg zu erleichtern, haben wir ein SSH-Key-Paar für dieses Projekt
|
||||
generiert. Um es zu verwenden, fügen Sie einfach den folgenden Public Key im Abschnitt
|
||||
"Deploy Keys" Ihrer bevorzugten Quellcodehostingplattform hinzu.',
|
||||
'select_repository_type' => 'Wählen Sie den Typ des Repositories...',
|
||||
'github' => 'GitHub',
|
||||
'bitbucket' => 'Bitbucket',
|
||||
'gitlab' => 'GitLab',
|
||||
'remote' => 'Externe URL',
|
||||
'local' => 'Lokaler Pfad',
|
||||
'hg' => 'Mercurial',
|
||||
'svn' => 'Subversion',
|
||||
|
||||
'where_hosted' => 'Wo wird Ihr Projekt gehostet?',
|
||||
'choose_github' => 'Wählen Sie ein GitHub Repository:',
|
||||
|
||||
'repo_name' => 'Name/URL (extern) oder Pfad (lokal) des Repositories',
|
||||
'project_title' => 'Projekttitel',
|
||||
'project_private_key' => 'Private Key für den Zugang zum Repository
|
||||
(leer lassen für lokale und oder anonyme externe Zugriffe)',
|
||||
'build_config' => 'PHP Censor Buildkonfiguration für dieses Projekt
|
||||
(falls Sie Ihrem Projektrepository kein phpci.yml hinzufügen können)',
|
||||
'default_branch' => 'Name des Standardbranches',
|
||||
'allow_public_status' => 'Öffentliche Statusseite und -bild für dieses Projekt einschalten?',
|
||||
'archived' => 'Archiviert',
|
||||
'archived_menu' => 'Archiviert',
|
||||
'save_project' => 'Projekt speichern',
|
||||
|
||||
'error_mercurial' => 'Mercurial Repository-URL muss mit http://, oder https:// beginnen',
|
||||
'error_remote' => 'Repository-URL muss mit git://, http://, oder https:// beginnen',
|
||||
'error_gitlab' => 'GitLab Repositoryname muss im Format "user@domain.tld:owner/repo.git" sein',
|
||||
'error_github' => 'Repositoryname muss im Format "besitzer/repo" sein',
|
||||
'error_bitbucket' => 'Repositoryname muss im Format "besitzer/repo" sein',
|
||||
'error_path' => 'Der angegebene Pfad existiert nicht',
|
||||
|
||||
// View Project:
|
||||
'all_branches' => 'Alle Branches',
|
||||
'builds' => 'Builds',
|
||||
'id' => 'ID',
|
||||
'date' => 'Datum',
|
||||
'project' => 'Projekt',
|
||||
'commit' => 'Commit',
|
||||
'branch' => 'Branch',
|
||||
'status' => 'Status',
|
||||
'prev_link' => '« Vorherige',
|
||||
'next_link' => 'Nächste »',
|
||||
'public_key' => 'Public Key',
|
||||
'delete_build' => 'Build löschen',
|
||||
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_help_github' => 'Um für dieses Projekt automatisch einen Build zu starten, wenn neue Commits gepushed
|
||||
werden, fügen Sie die untenstehende URL in der
|
||||
<a href="https://github.com/%s/settings/hooks">Webhooks and Services</a>-Sektion Ihres
|
||||
GitHub Repositories als neuen "Webhook" hinzu.',
|
||||
|
||||
'webhooks_help_gitlab' => 'Um für dieses Projekt automatisch einen Build zu starten, wenn neue Commits gepushed werden, fügen Sie die untenstehende URL in der Web Hooks Sektion Ihres GitLab Repositories hinzu.',
|
||||
|
||||
'webhooks_help_bitbucket' => 'Um für dieses Projekt automatisch einen Build zu starten, wenn neue Commits gepushed werden, fügen Sie die untenstehende URL als "POST" Service in der <a href="https://bitbucket.org/%s/admin/services">Services</a>-Sektion Ihres Bitbucket Repositories hinzu.',
|
||||
|
||||
// View Build
|
||||
'errors' => 'Fehler',
|
||||
'information' => 'Information',
|
||||
|
||||
'build_x_not_found' => 'Build mit ID %d existiert nicht.',
|
||||
'build_n' => 'Build %d',
|
||||
'rebuild_now' => 'Build neu starten',
|
||||
|
||||
|
||||
'committed_by_x' => 'Committed von %s',
|
||||
'commit_id_x' => 'Commit: %s',
|
||||
|
||||
'chart_display' => 'Dieses Diagramm wird angezeigt, sobald der Build abgeschlossen ist.',
|
||||
|
||||
'build' => 'Build',
|
||||
'lines' => 'Zeilen',
|
||||
'comment_lines' => 'Kommentarzeilen',
|
||||
'noncomment_lines' => 'Nicht-Kommentarzeilen',
|
||||
'logical_lines' => 'Zeilen mit Logik',
|
||||
'lines_of_code' => 'Anzahl Codezeilen',
|
||||
'build_log' => 'Buildprotokoll',
|
||||
'quality_trend' => 'Qualitätstrend',
|
||||
'codeception_errors' => 'Codeception Errors',
|
||||
'phpmd_warnings' => 'PHPMD Warnings',
|
||||
'phpcs_warnings' => 'PHPCS Warnings',
|
||||
'phpcs_errors' => 'PHPCS Errors',
|
||||
'phplint_errors' => 'Lint Errors',
|
||||
'phpunit_errors' => 'PHPUnit Errors',
|
||||
'phpdoccheck_warnings' => 'Fehlende Docblocks',
|
||||
'issues' => 'Probleme',
|
||||
|
||||
'codeception' => 'Codeception',
|
||||
'phpcpd' => 'PHP Copy/Paste Detector',
|
||||
'phpcs' => 'PHP Code Sniffer',
|
||||
'phpdoccheck' => 'Fehlende Docblocks',
|
||||
'phpmd' => 'PHP Mess Detector',
|
||||
'phpspec' => 'PHP Spec',
|
||||
'phpunit' => 'PHP Unit',
|
||||
'technical_debt' => 'Technische Schulden',
|
||||
'behat' => 'Behat',
|
||||
|
||||
'codeception_feature' => 'Feature',
|
||||
'codeception_suite' => 'Suite',
|
||||
'codeception_time' => 'Zeit',
|
||||
'codeception_synopsis' => '<strong>%1$d</strong> Tests in <strong>%2$f</strong> Sekunden ausgeführt.
|
||||
<strong>%3$d</strong> Fehler.',
|
||||
|
||||
'file' => 'Datei',
|
||||
'line' => 'Zeile',
|
||||
'class' => 'Klasse',
|
||||
'method' => 'Methode',
|
||||
'message' => 'Nachricht',
|
||||
'start' => 'Start',
|
||||
'end' => 'Ende',
|
||||
'from' => 'Von',
|
||||
'to' => 'Bis',
|
||||
'result' => 'Resultat',
|
||||
'ok' => 'OK',
|
||||
'took_n_seconds' => 'Benötigte %d Sekunden',
|
||||
'build_created' => 'Build erstellt',
|
||||
'build_started' => 'Build gestartet',
|
||||
'build_finished' => 'Build abgeschlossen',
|
||||
'test_message' => 'Nachricht',
|
||||
'test_no_message' => 'Keine Nachricht',
|
||||
'test_success' => 'Erfolgreich: %d',
|
||||
'test_fail' => 'Fehlschläge: %d',
|
||||
'test_skipped' => 'Übersprungen: %d',
|
||||
'test_error' => 'Fehler: %d',
|
||||
'test_todo' => 'Todos: %d',
|
||||
'test_total' => '%d Test(s)',
|
||||
|
||||
// Users
|
||||
'name' => 'Name',
|
||||
'password_change' => 'Passwort (leerlassen, wenn Sie es nicht ändern möchten)',
|
||||
'save' => 'Speichern »',
|
||||
'update_your_details' => 'Aktualisieren Sie Ihre Details',
|
||||
'your_details_updated' => 'Ihre Details wurden aktualisiert.',
|
||||
'add_user' => 'Benutzer hinzufügen',
|
||||
'is_admin' => 'Administrator?',
|
||||
'yes' => 'Ja',
|
||||
'no' => 'Nein',
|
||||
'edit' => 'Bearbeiten',
|
||||
'edit_user' => 'Benutzer bearbeiten',
|
||||
'delete_user' => 'Benutzer löschen',
|
||||
'user_n_not_found' => 'Benutzer mit ID %d existiert nicht.',
|
||||
'is_user_admin' => 'Ist dieser Benutzer Administrator?',
|
||||
'save_user' => 'Benutzer speichern',
|
||||
|
||||
// Settings:
|
||||
'settings_saved' => 'Ihre Einstellungen wurden gespeichert.',
|
||||
'settings_check_perms' => 'Ihre Einstellungen konnten nicht gespeichert werden, bitte überprüfen Sie die
|
||||
Berechtigungen Ihrer config.yml-Datei',
|
||||
'settings_cannot_write' => 'PHP Censor konnte config.yml nicht schreiben. Einstellungen könnten nicht richtig gespeichert werden, bis das Problem behoben ist.',
|
||||
'settings_github_linked' => 'Ihr GitHub-Konto wurde verknüpft.',
|
||||
'settings_github_not_linked' => 'Ihr GitHub-Konto konnte nicht verknüpft werden.',
|
||||
'build_settings' => 'Buildeinstellungen',
|
||||
'github_application' => 'GitHub-Applikation',
|
||||
'github_sign_in' => 'Bevor Sie anfangen GitHub zu verwenden, müssen Sie sich erst <a href="%s">einloggen</a> und PHP Censor Zugriff auf Ihr Nutzerkonto gewähren',
|
||||
'github_phpci_linked' => 'PHP Censor wurde erfolgreich mit Ihrem GitHub-Konto verknüpft.',
|
||||
'github_where_to_find' => 'Wo Sie diese finden...',
|
||||
'github_where_help' => 'Wenn Sie der Besitzer der Applikation sind, die Sie gerne verwenden möchten, können Sie
|
||||
diese Einstellungen in Ihrem "<a href="https://github.com/settings/applications">applications</a>
|
||||
settings"-Bereich finden.',
|
||||
|
||||
'email_settings' => 'Emaileinstellungen',
|
||||
'email_settings_help' => 'Bevor PHP Censor E-Mails zum Buildstatus verschicken kann,
|
||||
müssen Sie Ihre SMTP-Einstellungen unten konfigurieren',
|
||||
|
||||
'application_id' => 'Applikations-ID',
|
||||
'application_secret' => 'Applikations-Secret',
|
||||
|
||||
'smtp_server' => 'SMTP Server',
|
||||
'smtp_port' => 'SMTP Port',
|
||||
'smtp_username' => 'SMTP Benutzername',
|
||||
'smtp_password' => 'SMTP Passwort',
|
||||
'from_email_address' => 'Absenderadresse',
|
||||
'default_notification_address' => 'Standardadresse für Benachrichtigungen',
|
||||
'use_smtp_encryption' => 'SMTP-Verschlüsselung verwenden?',
|
||||
'none' => 'Keine',
|
||||
'ssl' => 'SSL',
|
||||
'tls' => 'TLS',
|
||||
|
||||
'failed_after' => 'Einen Build als fehlgeschlagen ansehen nach',
|
||||
'5_mins' => '5 Minuten',
|
||||
'15_mins' => '15 Minuten',
|
||||
'30_mins' => '30 Minuten',
|
||||
'1_hour' => '1 Stunde',
|
||||
'3_hours' => '3 Stunden',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'PHP Censor kann composer.json nicht für Sie aktualisieren, da Schreibrechte benötigt werden.',
|
||||
'x_has_been_removed' => '%s wurde entfernt.',
|
||||
'x_has_been_added' => '%s wurde für Sie dem composer.json hinzugefügt und wird installiert, sobald Sie das nächste mal composer update ausführen.',
|
||||
'enabled_plugins' => 'Eingeschaltene Plugins',
|
||||
'provided_by_package' => 'Von Package bereitgestellt',
|
||||
'installed_packages' => 'Installierte Packages',
|
||||
'suggested_packages' => 'Vorgeschlagene Packages',
|
||||
'title' => 'Titel',
|
||||
'description' => 'Beschreibung',
|
||||
'version' => 'Version',
|
||||
'install' => 'Installieren »',
|
||||
'remove' => 'Entfernen »',
|
||||
'search_packagist_for_more' => 'Packagist nach mehr Packages durchsuchen',
|
||||
'search' => 'Suchen »',
|
||||
|
||||
// Summary plugin
|
||||
'build-summary' => 'Zusammenfassung',
|
||||
'stage' => 'Abschnitt',
|
||||
'duration' => 'Dauer',
|
||||
'plugin' => 'Plugin',
|
||||
'stage_setup' => 'Vorbereitung',
|
||||
'stage_test' => 'Test',
|
||||
'stage_complete' => 'Vollständig',
|
||||
'stage_success' => 'Erfolg',
|
||||
'stage_failure' => 'Fehlschlag',
|
||||
'stage_broken' => 'Defekt',
|
||||
'stage_fixed' => 'Behoben',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'PHP Censor Installations-URL',
|
||||
'db_host' => 'Datenbankserver',
|
||||
'db_name' => 'Datenbankname',
|
||||
'db_user' => 'Datenbankbenutzer',
|
||||
'db_pass' => 'Datenbankpasswort',
|
||||
'admin_name' => 'Administratorname',
|
||||
'admin_pass' => 'Administratorpasswort',
|
||||
'admin_email' => 'Emailadresse des Administrators',
|
||||
'config_path' => 'Dateipfad für Konfiguration',
|
||||
'install_phpci' => 'PHP Censor installieren',
|
||||
'welcome_to_phpci' => 'Willkommen bei PHP Censor',
|
||||
'please_answer' => 'Bitte beantworten Sie die folgenden Fragen:',
|
||||
'phpci_php_req' => 'PHP Censor benötigt mindestens PHP 5.3.8 um zu funktionieren.',
|
||||
'extension_required' => 'Benötigte Extensions: %s',
|
||||
'function_required' => 'PHP Censor muss die Funktion %s() aufrufen können. Ist sie in php.ini deaktiviert?',
|
||||
'requirements_not_met' => 'PHP Censor konnte nicht installiert werden, weil nicht alle Bedingungen erfüllt sind.
|
||||
Bitte überprüfen Sie die Fehler, bevor Sie fortfahren,',
|
||||
'must_be_valid_email' => 'Muss eine gültige Emailadresse sein.',
|
||||
'must_be_valid_url' => 'Muss eine valide URL sein.',
|
||||
'enter_name' => 'Name des Administrators: ',
|
||||
'enter_email' => 'Emailadresse des Administrators: ',
|
||||
'enter_password' => 'Passwort des Administrators: ',
|
||||
'enter_phpci_url' => 'Ihre PHP Censor-URL (z.B. "http://phpci.local"): ',
|
||||
|
||||
'enter_db_host' => 'Bitte geben Sie Ihren MySQL-Host ein [localhost]: ',
|
||||
'enter_db_name' => 'Bitte geben Sie Ihren MySQL-Namen ein [phpci]: ',
|
||||
'enter_db_user' => 'Bitte geben Sie Ihren MySQL-Benutzernamen ein [phpci]: ',
|
||||
'enter_db_pass' => 'Bitte geben Sie Ihr MySQL-Passwort ein: ',
|
||||
'could_not_connect' => 'PHP Censor konnte wegen folgender Details nicht mit MySQL verbinden. Bitte versuchen Sie es erneut.',
|
||||
'setting_up_db' => 'Ihre Datenbank wird aufgesetzt... ',
|
||||
'user_created' => 'Benutzerkonto wurde erstellt!',
|
||||
'failed_to_create' => 'PHP Censor konnte Ihr Administratorenkonto nicht erstellen.',
|
||||
'config_exists' => 'Die PHP Censor-Konfigurationsdatei existiert und ist nicht leer..',
|
||||
'update_instead' => 'Falls Sie versucht haben PHP Censor zu aktualisieren, benutzen Sie bitte stattdessen phpci:update.',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Datenbank wird aktualisiert, um den Änderungen der Models zu entsprechen.',
|
||||
'updating_phpci' => 'Aktualisiere PHP Censor-Datenbank:',
|
||||
'not_installed' => 'PHP Censor scheint nicht installiert zu sein.',
|
||||
'install_instead' => 'Bitte installieren Sie PHP Censor stattdessen via phpci:install.',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'GitHub abfragen, um herauszufinden, ob ein Build gestartet werden muss.',
|
||||
'no_token' => 'Kein GitHub-Token gefunden',
|
||||
'finding_projects' => 'Suche Projekte, um diese abzufragen',
|
||||
'found_n_projects' => '%d Projekte gefunden',
|
||||
'last_commit_is' => 'Der letzte Commit zu GitHub für %s ist %s',
|
||||
'adding_new_build' => 'Letzter Commit unterscheidet sich von der Datenbank, füge neuen Build hinzu.',
|
||||
'finished_processing_builds' => 'Bearbeiten der Builds abgeschlossen.',
|
||||
|
||||
// Create Admin
|
||||
'create_admin_user' => 'Administratorenbenutzer erstellen',
|
||||
'incorrect_format' => 'Falsches Format',
|
||||
|
||||
// Create Build Command
|
||||
'create_build_project' => 'Create a build for a project',
|
||||
'project_id_argument' => 'A project ID',
|
||||
'commit_id_option' => 'Commit ID to build',
|
||||
'branch_name_option' => 'Branch to build',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Führe alle ausstehenden PHP Censor Builds aus.',
|
||||
'finding_builds' => 'Suche verarbeitbare Builds',
|
||||
'found_n_builds' => '%d Builds gefunden',
|
||||
'skipping_build' => 'Überspringe Build %d - Es wird bereits ein Build auf diesem Projekt ausgeführt.',
|
||||
'marked_as_failed' => 'Build %d wegen Zeitüberschreitung als fehlgeschlagen markiert.',
|
||||
|
||||
// Builder
|
||||
'missing_phpci_yml' => 'Dieses Projekt beinhaltet keine phpci.yml-Datei, oder sie ist leer.',
|
||||
'build_success' => 'BUILD ERFOLGREICH',
|
||||
'build_failed' => 'BUILD FEHLGESCHLAGEN',
|
||||
'removing_build' => 'Entferne Build.',
|
||||
'exception' => 'Exception: ',
|
||||
'could_not_create_working' => 'Konnte keine Arbeitskopie erstellen.',
|
||||
'working_copy_created' => 'Arbeitskopie erstellt: %s',
|
||||
'looking_for_binary' => 'Suche Binärdatei: %s',
|
||||
'found_in_path' => 'Gefunden in %s: %s',
|
||||
'running_plugin' => 'AUSGEFÜHRTES PLUGIN: %s',
|
||||
'plugin_success' => 'PLUGIN: ERFOLGREICH',
|
||||
'plugin_failed' => 'PLUGIN: FEHLGECHLAGEN',
|
||||
'plugin_missing' => 'Plugin existiert nicht: %s',
|
||||
'tap_version' => 'TapParser unterstützt nur TAP version 13',
|
||||
'tap_error' => 'Ungültiger TAP String, Anzahl Tests entspricht nicht angegebener Testzahl.',
|
||||
|
||||
// Build Plugins:
|
||||
'no_tests_performed' => 'Keine Tests wurden ausgeführt.',
|
||||
'could_not_find' => '%s wurde nicht gefunden',
|
||||
'no_campfire_settings' => 'Keine Verbindungsparameter für das Campfire plugin gefunden',
|
||||
'failed_to_wipe' => 'Konnte Ordner %s nicht vor dem Kopieren leeren',
|
||||
'passing_build' => 'Durchlaufender Build',
|
||||
'failing_build' => 'Fehlschlagender Build',
|
||||
'log_output' => 'Protokollausgabe: ',
|
||||
'n_emails_sent' => '%d Emails verschickt.',
|
||||
'n_emails_failed' => 'Konnte %d Emails nicht verschicken.',
|
||||
'unable_to_set_env' => 'Konnte Umgebungsvariable nicht setzen',
|
||||
'tag_created' => 'Tag erstellt durch PHP Censor: %s',
|
||||
'x_built_at_x' => '%PROJECT_TITLE% gebuildet auf %BUILD_URI%',
|
||||
'hipchat_settings' => 'Bitte definieren Sie Room und AuthToken für das hipchat_notify-Plugin',
|
||||
'irc_settings' => 'Sie müssen einen Server, Room und Nick definieren.',
|
||||
'invalid_command' => 'Ungültiges Kommando',
|
||||
'import_file_key' => 'Import-Statements müssen einen \'file\'-Key enthalten',
|
||||
'cannot_open_import' => 'Konnte SQL-Importdatei nicht öffnen: %s',
|
||||
'unable_to_execute' => 'Konnte SQL-Datei nicht ausführen',
|
||||
'phar_internal_error' => 'Phar Plugin Interner Fehler',
|
||||
'build_file_missing' => 'Angegebene Builddatei existiert nicht.',
|
||||
'property_file_missing' => 'Angegebene Eigenschaftsdatei existiert nicht.',
|
||||
'could_not_process_report' => 'Konnte den von diesem Tool erstellten Bericht nicht verarbeiten.',
|
||||
'shell_not_enabled' => 'Das Shell-Plugin ist nicht aktiviert. Bitte aktivieren Sie es via config.yml.',
|
||||
|
||||
// Error Levels:
|
||||
'critical' => 'Kritisch',
|
||||
'high' => 'Hoch',
|
||||
'normal' => 'Normal',
|
||||
'low' => 'Niedrig',
|
||||
|
||||
// Plugins that generate errors:
|
||||
'php_mess_detector' => 'PHP Mess Detector',
|
||||
'php_code_sniffer' => 'PHP Code Sniffer',
|
||||
'php_unit' => 'PHP Unit',
|
||||
'php_cpd' => 'PHP Copy/Paste Detector',
|
||||
'php_docblock_checker' => 'PHP Docblock Checker',
|
||||
];
|
||||
399
src/PHPCensor/Languages/lang.el.php
Normal file
399
src/PHPCensor/Languages/lang.el.php
Normal file
|
|
@ -0,0 +1,399 @@
|
|||
<?php
|
||||
/**
|
||||
* PHPCI - Continuous Integration for PHP
|
||||
*
|
||||
* @copyright Copyright 2014, Block 8 Limited.
|
||||
* @license https://github.com/Block8/PHPCI/blob/master/LICENSE.md
|
||||
* @link https://www.phptesting.org/
|
||||
*/
|
||||
|
||||
return [
|
||||
'language_name' => 'Ελληνικά',
|
||||
'language' => 'Γλώσσα',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'Είσοδος στο PHP Censor',
|
||||
'login_error' => 'Λάθος διεύθυνση e-mail ή κωδικός πρόσβασης',
|
||||
'forgotten_password_link' => 'Ξεχάσατε τον κωδικό σας;',
|
||||
'reset_emailed' => 'Σας έχουμε αποσταλεί ένα σύνδεσμο για να επαναφέρετε τον κωδικό πρόσβασής σας.',
|
||||
'reset_header' => '<strong> Μην ανησυχείτε! </strong> <br> Απλά εισάγετε το email σας παρακάτω και θα θα σας αποστείλουμε ένα email
|
||||
με ένα σύνδεσμο για να επαναφέρετε τον κωδικό πρόσβασής σας.',
|
||||
'reset_email_address' => 'Εισάγετε τη διεύθυνση e-mail σας:',
|
||||
'reset_send_email' => 'Email επαναφοράς κωδικού πρόσβασης',
|
||||
'reset_enter_password' => 'Παρακαλώ εισάγετε ένα νέο κωδικό πρόσβασης',
|
||||
'reset_new_password' => 'Νέος κωδικός πρόσβασης:',
|
||||
'reset_change_password' => 'Αλλαγή κωδικού πρόσβασης',
|
||||
'reset_no_user_exists' => 'Δεν υπάρχει χρήστης με αυτή την διεύθυνση ηλεκτρονικού ταχυδρομείου, παρακαλώ προσπαθήστε ξανά.',
|
||||
'reset_email_body' => 'Γεια %s,
|
||||
|
||||
Έχετε λάβει αυτό το μήνυμα επειδή εσείς, ή κάποιος άλλος, ζήτησε επαναφορά κωδικού πρόσβασης για το PHP Censor.
|
||||
|
||||
Αν ήσασταν εσείς, παρακαλώ κάντε κλικ στον παρακάτω σύνδεσμο για να επαναφέρετε τον κωδικό πρόσβασής σας: %ssession/reset-password/%d/%s
|
||||
|
||||
Σε αντίθετη περίπτωση, παρακαλούμε να αγνοήσετε αυτό το μήνυμα και δεν πρόκεται να πραγματοποιηθεί η επαναφορά.
|
||||
|
||||
Σας ευχαριστούμε,
|
||||
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'PHP Censor Επαναφορά Κωδικού για %s',
|
||||
'reset_invalid' => 'Μη έγκυρο αίτημα επαναφοράς κωδικού πρόσβασης.',
|
||||
'email_address' => 'Διεύθυνση email',
|
||||
'login' => 'Login / Email Address',
|
||||
'password' => 'Κωδικός πρόσβασης',
|
||||
'log_in' => 'Είσοδος',
|
||||
|
||||
|
||||
// Top Nav
|
||||
'toggle_navigation' => 'Εναλλαγή πλοήγησης',
|
||||
'n_builds_pending' => '%d κατασκευές σε εκκρεμότητα',
|
||||
'n_builds_running' => '%d τρέχοντες κατασκευές',
|
||||
'edit_profile' => 'Επεξεργασία Προφίλ',
|
||||
'sign_out' => 'Έξοδος',
|
||||
'branch_x' => 'Διακλάδωση: %s',
|
||||
'created_x' => 'Δημιουργήθηκε: %s',
|
||||
'started_x' => 'Ξεκίνησε: %s',
|
||||
|
||||
// Sidebar
|
||||
'hello_name' => 'Γειά, %s',
|
||||
'dashboard' => 'Πίνακας ελέγχου',
|
||||
'admin_options' => 'Επιλογές Διαχειριστή',
|
||||
'add_project' => 'Προσθήκη έργου',
|
||||
'settings' => 'Ρυθμίσεις',
|
||||
'manage_users' => 'Διαχείριση χρηστών',
|
||||
'plugins' => 'Πρόσθετα',
|
||||
'view' => 'Προβολή',
|
||||
'build_now' => 'Κατασκευή τώρα',
|
||||
'edit_project' => 'Επεξεργασία Έργου',
|
||||
'delete_project' => 'Διαγραφή Έργου',
|
||||
|
||||
// Project Summary:
|
||||
'no_builds_yet' => 'Καμία κατασκευή ακόμα!',
|
||||
'x_of_x_failed' => '%d από τις %d τελευταίες κατασκευές απέτυχαν',
|
||||
'x_of_x_failed_short' => '%d / %d απέτυχαν.',
|
||||
'last_successful_build' => 'Η τελευταία επιτυχής κατασκεύη ήταν %s.',
|
||||
'never_built_successfully' => 'Αυτό το έργο δεν έχει ποτέ κατασκευαστεί με επιτυχία.',
|
||||
'all_builds_passed' => 'Όλες από τις %d κατασκευές πέρασαν',
|
||||
'all_builds_passed_short' => '%d / %d πέρασαν.',
|
||||
'last_failed_build' => 'H τελευταία αποτυχημένη κατασκευή ήταν %s.',
|
||||
'never_failed_build' => 'Το έργο αυτό δεν παρέλειψε ποτέ μια κατασκευή.',
|
||||
'view_project' => 'Προβολή του έργου',
|
||||
|
||||
// Timeline:
|
||||
'latest_builds' => 'Τελευταίες κατασκευές',
|
||||
'pending' => 'Σε εκκρεμότητα',
|
||||
'running' => 'Τρέχοντα',
|
||||
'success' => 'Επιτυχία',
|
||||
'successful' => 'Επιτυχής',
|
||||
'failed' => 'Αποτυχία',
|
||||
'manual_build' => 'Χειροκίνητη κατασκευή',
|
||||
|
||||
// Add/Edit Project:
|
||||
'new_project' => 'Νέο έργο',
|
||||
'project_x_not_found' => 'Το έργο με αριθμό %d δεν υπάρχει',
|
||||
'project_details' => 'Στοιχεία Έργου',
|
||||
'public_key_help' => 'Για να είναι πιο εύκολο να ξεκινήσετε, έχουμε δημιουργήσει ένα ζεύγος κλειδιών SSH για να χρησιμοποιήσετε
|
||||
για το έργο αυτό. Για να τα χρησιμοποιήσετε, απλά προσθέστε το ακόλουθο δημόσιο κλειδί στο τμήμα "ανάπτυξη κλειδιών"
|
||||
του επιλεγμένου πηγαίου κώδικα της πλατφόρμας φιλοξενίας σας.',
|
||||
'select_repository_type' => 'Επιλέξτε τον τύπο του αποθετηρίου...',
|
||||
'github' => 'GitHub',
|
||||
'bitbucket' => 'Bitbucket',
|
||||
'gitlab' => 'GitLab',
|
||||
'remote' => 'Απομακρυσμένη διεύθυνση URL',
|
||||
'local' => 'Τοπική Διαδρομή',
|
||||
'hg' => 'Ευμετάβλητο',
|
||||
|
||||
'where_hosted' => 'Πού φιλοξενείται το έργο σας;',
|
||||
'choose_github' => 'Επιλέξτε ένα αποθετήριο GitHub:',
|
||||
|
||||
'repo_name' => 'Αποθετήριο Όνομα / διεύθυνση URL (Απομακρυσμένα) ή Διαδρομή (Τοπικά)',
|
||||
'project_title' => 'Τίτλος Έργου',
|
||||
'project_private_key' => 'Ιδιωτικό κλειδί για πρόσβαση σε αποθετήριο
|
||||
(αφήστε κενό για την τοπική ή / και ανώνυμα απομακρυσμένα)',
|
||||
'build_config' => 'Kατασκευή διαμόρφωσης PHP Censor για αυτό το έργο
|
||||
(αν δεν μπορείτε να προσθέσετε ένα αρχείο phpci.yml στο αποθετήριο έργων)',
|
||||
'default_branch' => 'Προκαθορισμένο όνομα διακλάδωσης',
|
||||
'allow_public_status' => 'Ενεργοποίηση της σελίδας δημόσιας κατάστασης και την εικόνα για το έργο αυτό;',
|
||||
'archived' => 'Archived',
|
||||
'archived_menu' => 'Archived',
|
||||
'save_project' => 'Αποθήκευση έργου',
|
||||
|
||||
'error_mercurial' => 'Ο σύνδεσμος URL του ευμετάβλητου αποθετηρίου πρέπει να ξεκινάει με http:// ή https://',
|
||||
'error_remote' => 'Ο σύνδεσμος URL του αποθετηρίου πρέπει να ξεκινάει με git://, http:// ή https://',
|
||||
'error_gitlab' => 'Το όνομα του αποθετηρίου GitLab πρέπει να είναι της μορφής "user@domain.tld:owner/repo.git"',
|
||||
'error_github' => 'Το όνομα του αποθετηρίου θα πρέπει να είναι της μορφής "owner/repo" ιδιοκτήτης/αποθετήριο',
|
||||
'error_bitbucket' => 'Το όνομα του αποθετηρίου θα πρέπει να είναι της μορφής "owner/repo" ιδιοκτήτης/αποθετήριο',
|
||||
'error_path' => 'Η διαδρομή που καθορίσατε δεν υπάρχει.',
|
||||
|
||||
// View Project:
|
||||
'all_branches' => 'Όλες οι διακλαδώσεις',
|
||||
'builds' => 'Κατασκευές',
|
||||
'id' => 'Αριθμός αναγνώρισης',
|
||||
'date' => 'Date',
|
||||
'project' => 'Έργο',
|
||||
'commit' => 'Συνεισφορά',
|
||||
'branch' => 'Διακλάδωση',
|
||||
'status' => 'Κατάσταση',
|
||||
'prev_link' => '« Προηγούμενο',
|
||||
'next_link' => 'Επόμενο «',
|
||||
'public_key' => 'Δημόσιο κλειδί',
|
||||
'delete_build' => 'Διαγραφή κλειδιού',
|
||||
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_help_github' => 'Για την αυτόματη κατασκευή αυτού του έργου όταν υπάρχουν νέες συνεισφορές, προσθέστε τη διεύθυνση URL παρακάτω
|
||||
ως ένα νέο "Webhook" στο τμήμα <a href="https://github.com/%s/settings/hooks">Webhooks
|
||||
and Services</a> του GitHub αποθετηρίου σας.',
|
||||
|
||||
'webhooks_help_gitlab' => 'Για την αυτόματη κατασκευή αυτού του έργου όταν υπάρχουν νέες συνεισφορές, προσθέστε την διεύθυνση URL παρακάτω
|
||||
σαν "WebHook URL" στο τμήμα Web Hooks του GitLab αποθετηρίου σας.',
|
||||
|
||||
'webhooks_help_bitbucket' => 'Για την αυτόματη κατασκευή αυτού του έργου όταν υπάρχουν νέες συνεισφορές, προσθέστε τη διεύθυνση URL παρακάτω
|
||||
ως μια υπηρεσία "POST" στο τμήμα <a href="https://bitbucket.org/%s/admin/services">
|
||||
Services</a> του Bitbucket αποθετηρίου σας.',
|
||||
|
||||
// View Build
|
||||
'build_x_not_found' => 'Η κατασκευή με αριθμό %d δεν υπάρχει',
|
||||
'build_n' => 'Κατασκευή %d',
|
||||
'rebuild_now' => 'Αναδόμηση τώρα',
|
||||
|
||||
|
||||
'committed_by_x' => 'Έγινε συνεισφορά από %s',
|
||||
'commit_id_x' => 'Συνεισφορά: %s',
|
||||
|
||||
'chart_display' => 'Αυτό το γράφημα θα εμφανιστεί μόλις η κατασκευή έχει ολοκληρωθεί.',
|
||||
|
||||
'build' => 'Κατασκευή',
|
||||
'lines' => 'Γραμμές',
|
||||
'comment_lines' => 'Γραμμές σχολίων',
|
||||
'noncomment_lines' => 'Μη σχολιασμένες γραμμές',
|
||||
'logical_lines' => 'Λογικές γραμμές',
|
||||
'lines_of_code' => 'Γραμμές Κώδικα',
|
||||
'build_log' => 'Αρχείο καταγραφής κατασκευών',
|
||||
'quality_trend' => 'Ποιότητα τρέντ',
|
||||
'codeception_errors' => 'Λάθη Codeception',
|
||||
'phpmd_warnings' => 'Προειδοποιήσεις PHPMD',
|
||||
'phpcs_warnings' => 'Προειδοποιήσεις PHPCS ',
|
||||
'codeception_errors' => 'Λάθη Codeception',
|
||||
'phpcs_errors' => 'Λάθη PHPCS',
|
||||
'phplint_errors' => 'Λάθη Lint',
|
||||
'phpunit_errors' => 'Λάθη PHPUnit ',
|
||||
'phpdoccheck_warnings' => 'Χαμένα Docblocks',
|
||||
'issues' => 'Θέματα',
|
||||
|
||||
'codeception' => 'Codeception',
|
||||
'phpcpd' => 'PHP Ανιχνευτής Αντιγραφής/Επικόλλησης',
|
||||
'phpcs' => 'Sniffer Κώδικα PHP',
|
||||
'phpdoccheck' => 'Χαμένα Docblocks',
|
||||
'phpmd' => 'Aνιχνευτής PHP Mess',
|
||||
'phpspec' => 'PHP Spec',
|
||||
'phpunit' => 'PHP Unit',
|
||||
|
||||
'file' => 'Αρχείο',
|
||||
'line' => 'Γραμμή',
|
||||
'class' => 'Κατηγορία',
|
||||
'method' => 'Μέθοδος',
|
||||
'message' => 'Μήνυμα',
|
||||
'start' => 'Έναρξη',
|
||||
'end' => 'Τέλος',
|
||||
'from' => 'Από',
|
||||
'to' => 'Προς',
|
||||
'result' => 'Αποτέλεσμα',
|
||||
'ok' => 'ΟΚ',
|
||||
'took_n_seconds' => 'Χρειάστηκαν %d δευτερόλεπτα',
|
||||
'build_created' => 'Η κατασκευή δημιουργήθηκε',
|
||||
'build_started' => 'Η κατασκευή άρχισε',
|
||||
'build_finished' => 'Η κατασκευή ολοκληρώθηκε',
|
||||
'test_message' => 'Message',
|
||||
'test_no_message' => 'No message',
|
||||
'test_success' => 'Successful: %d',
|
||||
'test_fail' => 'Failures: %d',
|
||||
'test_skipped' => 'Skipped: %d',
|
||||
'test_error' => 'Errors: %d',
|
||||
'test_todo' => 'Todos: %d',
|
||||
'test_total' => '%d test(s)',
|
||||
|
||||
// Users
|
||||
'name' => 'Όνομα',
|
||||
'password_change' => 'Κωδικός πρόσβασης (αφήστε κενό αν δεν θέλετε να αλλάξετε)',
|
||||
'save' => 'Αποθήκευση »',
|
||||
'update_your_details' => 'Ενημερώστε τα στοιχεία σας',
|
||||
'your_details_updated' => 'Τα στοιχεία σας έχουν ενημερωθεί.',
|
||||
'add_user' => 'Προσθήκη χρήστη',
|
||||
'is_admin' => 'Είναι διαχειριστής;',
|
||||
'yes' => 'Ναι',
|
||||
'no' => 'Όχι',
|
||||
'edit' => 'Επεξεργασία',
|
||||
'edit_user' => 'Επεξεργασία χρήστη',
|
||||
'delete_user' => 'Διαγραφή χρήστη',
|
||||
'user_n_not_found' => 'Ο χρήστης με αριθμό %d δεν υπάρχει.',
|
||||
'is_user_admin' => 'Είναι αυτός ο χρήστης διαχειριστής;',
|
||||
'save_user' => 'Αποθήκευση χρήστη',
|
||||
|
||||
// Settings:
|
||||
'settings_saved' => 'Οι ρυθμίσεις σας έχουν αποθηκευτεί.',
|
||||
'settings_check_perms' => 'Οι ρυθμίσεις σας δεν αποθηκεύτηκαν, ελέγξτε τα δικαιώματα του αρχείου σας config.yml.',
|
||||
'settings_cannot_write' => 'Το PHP Censor δεν μπορεί να γράψει στο αρχείο config.yml, οι ρυθμίσεις ενδέχεται να μην αποθηκευτούν σωστά
|
||||
μέχρι να διορθωθεί.',
|
||||
'settings_github_linked' => 'Ο λογαριασμός σας GitHub έχει συνδεθεί.',
|
||||
'settings_github_not_linked' => 'Ο λογαριασμός σας Github δεν μπόρεσε να συνδεθεί.',
|
||||
'build_settings' => 'Ρυθμίσεις κατασκευής',
|
||||
'github_application' => 'GitHub Εφαρμογή',
|
||||
'github_sign_in' => 'Πριν αρχίσετε να χρησιμοποιείτε το GitHub, θα πρέπει να <a href="%s"> συνδεθείται </a> και να δώσει
|
||||
το PHP Censor πρόσβαση στο λογαριασμό σας.',
|
||||
'github_phpci_linked' => 'Το PHP Censor συνδέθηκε με επιτυχία με το λογαριασμό Github.',
|
||||
'github_where_to_find' => 'Πού να βρείτε αυτά ...',
|
||||
'github_where_help' => 'Εάν έχετε στην κατοχή σας την εφαρμογή που θέλετε να χρησιμοποιήσετε, μπορείτε να βρείτε αυτές τις πληροφορίες στην περιοχή
|
||||
<a href="https://github.com/settings/applications">Ρυθμίσεις εφαρμογών </a> ',
|
||||
|
||||
'email_settings' => 'Ρυθμίσεις email',
|
||||
'email_settings_help' => 'Πριν το PHP Censor μπορεί να στείλει μηνύματα ηλεκτρονικού ταχυδρομείου για την κατάσταση κατασκευής,
|
||||
θα πρέπει να διαμορφώσετε τις ρυθμίσεις SMTP παρακάτω.',
|
||||
|
||||
'application_id' => 'Αναγνωριστικό εφαρμογής',
|
||||
'application_secret' => 'Μυστική Εφαρμογή',
|
||||
|
||||
'smtp_server' => 'Διακομισής SMTP',
|
||||
'smtp_port' => 'Θύρα SMTP',
|
||||
'smtp_username' => 'Όνομα χρήστη SMTP',
|
||||
'smtp_password' => 'Κωδικός πρόσβασης SMTP',
|
||||
'from_email_address' => 'Εmail διεύθυνση αποστολέα',
|
||||
'default_notification_address' => 'Προεπιλεγμένη διεύθυνση ειδοποίησης ηλεκτρονικού ταχυδρομείου ',
|
||||
'use_smtp_encryption' => 'Εφαρμογή SMTP κρυπτογράφησης;',
|
||||
'none' => 'Κανένα',
|
||||
'ssl' => 'Κρυπτογράφηση SSL',
|
||||
'tls' => 'Κρυπτογράφηση TLS',
|
||||
|
||||
'failed_after' => 'Να θεωρηθεί μια κατασκευή αποτυχημένη μετά ',
|
||||
'5_mins' => '5 λεπτά',
|
||||
'15_mins' => '15 λεπτά',
|
||||
'30_mins' => '30 λεπτά',
|
||||
'1_hour' => '1 ώρα',
|
||||
'3_hours' => '3 ώρες',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'To PHP Censor δεν μπορεί να ενημερώσει to composer.json για σας, γιατί δεν είναι εγγράψιμο.',
|
||||
'x_has_been_removed' => '%s έχει αφαιρεθεί.',
|
||||
'x_has_been_added' => '%s προσθέιηκε στο αρχείο composer.json για εσάς και θα εγκατασταθεί την επόμενη φορά
|
||||
που θα τρέξετε την ενημέρωση για το composer.',
|
||||
'enabled_plugins' => 'Ενεργοποιημένα πρόσθετα',
|
||||
'provided_by_package' => 'Παρέχεται από πακέτο',
|
||||
'installed_packages' => 'Εγκατεστημένα πακέτα',
|
||||
'suggested_packages' => 'Προτεινόμενα πακέτα',
|
||||
'title' => 'Τίτλος',
|
||||
'description' => 'Περιγραφή',
|
||||
'version' => 'Έκδοση',
|
||||
'install' => 'Εγκατάσταση »',
|
||||
'remove' => 'Αφαίρεση »',
|
||||
'search_packagist_for_more' => 'Αναζήτηση στο Packagist για περισσότερα πακέτα',
|
||||
'search' => 'Αναζήτηση »',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'Σύνδεσμος URL εγκατάστασης του PHP Censor',
|
||||
'db_host' => 'Φιλοξενία βάσης δεδομένων',
|
||||
'db_name' => 'Όνομα βάσης δεδομένων',
|
||||
'db_user' => 'Όνομα χρήστη βάσης δεδομένων',
|
||||
'db_pass' => 'Κωδικός πρόσβασης βάσης δεδομένων',
|
||||
'admin_name' => 'Όνομα διαχειριστή',
|
||||
'admin_pass' => 'Κωδικός πρόσβασης διαχειριστή',
|
||||
'admin_email' => 'Διεύθυνση email διαχειριστή',
|
||||
'config_path' => 'Διαδρομή αρχείου ρυθμίσεων',
|
||||
'install_phpci' => 'Εγκατάσταση PHP Censor',
|
||||
'welcome_to_phpci' => 'Καλώς ήρθατε στο PHP Censor',
|
||||
'please_answer' => 'Παρακαλώ απαντήστε στις ακόλουθες ερωτήσεις:',
|
||||
'phpci_php_req' => 'Το PHP Censor απαιτεί τουλάχιστον την έκδοση PHP 5.3.8 για να λειτουργήσει',
|
||||
'extension_required' => 'Απαιτούμενη επέκταση: %s ',
|
||||
'function_required' => 'Το PHP Censor πρέπει να είναι σε θέση να καλέσει την %s() συνάρτηση. Είναι απενεργοποιημένη στο php.ini;',
|
||||
'requirements_not_met' => 'Το PHP Censor δεν μπορεί να εγκατασταθεί, καθώς όλες οι απαιτήσεις δεν ικανοποιούνται.
|
||||
Παρακαλούμε διαβάστε τα παραπάνω λάθη πριν συνεχίσετε.',
|
||||
'must_be_valid_email' => 'Πρέπει να είναι μια έγκυρη διεύθυνση ηλεκτρονικού ταχυδρομείου.',
|
||||
'must_be_valid_url' => 'Πρέπει να είναι μια έγκυρη διεύθυνση URL.',
|
||||
'enter_name' => 'Όνομα διαχειριστή: ',
|
||||
'enter_email' => 'Ηλ. Διεύθυνση διαχειριστή: ',
|
||||
'enter_password' => 'Κωδικός πρόσβασης διαχειριστή: ',
|
||||
'enter_phpci_url' => 'Ο URL σύνδεσμος σας για το PHP Censor ("http://phpci.local" για παράδειγμα): ',
|
||||
|
||||
'enter_db_host' => 'Παρακαλώ εισάγετε τον MySQL οικοδεσπότη σας [localhost]: ',
|
||||
'enter_db_name' => 'Παρακαλώ εισάγετε το όνομα της MySQL βάσης δεδομένων σας [phpci]: ',
|
||||
'enter_db_user' => 'Παρακαλώ εισάγετε το όνομα χρήστη της MySQL σας [phpci]: ',
|
||||
'enter_db_pass' => 'Παρακαλώ εισάγετε τον κωδικό χρήστη της MySQL σας: ',
|
||||
'could_not_connect' => 'Το PHP Censor δεν μπόρεσε να συνδεθεί με την MySQL με τα στοχεία που δώσατε. Παρακαλώ δοκιμάστε ξανά.',
|
||||
'setting_up_db' => 'Γίνεται ρύθμιση της βάσης δεδομένων σας ...',
|
||||
'user_created' => 'Λογαριασμός χρήστη δημιουργήθηκε!',
|
||||
'failed_to_create' => 'Το PHP Censor απέτυχε να δημιουργήσει το λογαριασμό διαχειριστή σας.',
|
||||
'config_exists' => 'Το αρχείο ρυθμίσεων PHP Censor υπάρχει και δεν είναι άδειο.',
|
||||
'update_instead' => 'Εάν προσπαθούσατε να ενημερώσετε PHP Censor, παρακαλούμε χρησιμοποιήστε καλύτερα το phpci:update αντ \'αυτού.',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Ενημέρωστε την βάση δεδομένων ώστε να αντικατοπτρίζει τροποποιημένα μοντέλα.',
|
||||
'updating_phpci' => 'Γίνεται ενημέρωση της βάσης δεδομένων PHP Censor:',
|
||||
'not_installed' => 'Το PHP Censor δεν φένεται να είναι εγκατεστημένο',
|
||||
'install_instead' => 'Παρακαλούμε εγκαταστήστε το PHP Censor καλύτερα με το phpci:install αντ \'αυτού.',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'Δημοσκόπηση στο GitHub για να ελέγξετε αν θα πρέπει να ξεκινήσει μια κατασκευή.',
|
||||
'no_token' => 'Δεν βρέθηκε GitHub token',
|
||||
'finding_projects' => 'Αναζήτηση έργων για δημοσκόπηση',
|
||||
'found_n_projects' => 'Βρέθηκαν %d έργα',
|
||||
'last_commit_is' => 'H τελευταία συνεισφορά στο GitHub για %s είναι %s',
|
||||
'adding_new_build' => 'Τελευταία συνεισφορά είναι διαφορετική από τη βάση δεδομένων, γίνεται προσθήκη νέας κατασκευής.',
|
||||
'finished_processing_builds' => 'Ολοκληρώθηκε η επεξεργασία κατασκευής.',
|
||||
|
||||
// Create Admin
|
||||
'create_admin_user' => 'Δημιουργήστε ένα χρήστη διαχειριστή',
|
||||
'incorrect_format' => 'Λανθασμένη μορφοποίηση',
|
||||
|
||||
// Create Build Command
|
||||
'create_build_project' => 'Create a build for a project',
|
||||
'project_id_argument' => 'A project ID',
|
||||
'commit_id_option' => 'Commit ID to build',
|
||||
'branch_name_option' => 'Branch to build',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Εκτελέστε όλες τις εκκρεμείς PHP Censor κατασκευές.',
|
||||
'finding_builds' => 'Αναζήτηση κατασκευών για επεξεργασία',
|
||||
'found_n_builds' => 'Βρέθηκαν %d κατασκευές',
|
||||
'skipping_build' => 'Παράκαμψη κατασκευής %d - Η διαδικασία κατασκευής του έργου βρίσκεται ήδη σε εξέλιξη.',
|
||||
'marked_as_failed' => 'Η κατασκεύη %d επισημάνθηκε ως αποτυχημένη λόγω χρονικού ορίου',
|
||||
|
||||
// Builder
|
||||
'missing_phpci_yml' => 'Το έργο δεν περιέχει το αρχείο phpci.yml ή είναι άδειο.',
|
||||
'build_success' => 'ΚΑΤΑΣΚΕΥΗ ΕΠΙΤΥΧΗΣ',
|
||||
'build_failed' => 'ΚΑΤΑΣΚΕΥΗ ΑΠΕΤΥΧΕ',
|
||||
'removing_build' => 'Γίνεται αφαίρεση κατασκευής',
|
||||
'exception' => 'Εξαίρεση:',
|
||||
'could_not_create_working' => 'Αδυναμία δημιουργίας αντίγραφου εργασίας.',
|
||||
'working_copy_created' => 'Αντίγραφο εργασίας που δημιουργήθηκαν: %s',
|
||||
'looking_for_binary' => 'Αναζήτηση για δυαδικό: %s',
|
||||
'found_in_path' => 'Βρέθηκε στο %s: %s',
|
||||
'running_plugin' => 'ΤΡΕΧΩΝ ΠΡΟΣΘΕΤΟ: %s',
|
||||
'plugin_success' => 'ΠΡΟΣΘΕΤΟ: ΕΠΙΤΥΧΙΑ',
|
||||
'plugin_failed' => 'ΠΡΟΣΘΕΤΟ: ΑΠΟΤΥΧΙΑ',
|
||||
'plugin_missing' => 'Το πρόσθετο δεν υπάρχει: %s',
|
||||
'tap_version' => 'Το TapParser υποστηρίζει μόνο το TAP έκδοση 13',
|
||||
'tap_error' => 'Μη έγκυρη συμβολοσειρά TAP, ο αριθμός των δοκιμών δεν ταιριάζει με την καθορισμένη καταμέτρηση της δοκιμής.',
|
||||
|
||||
// Build Plugins:
|
||||
'no_tests_performed' => 'Δεν έγιναν δοκιμές.',
|
||||
'could_not_find' => 'Δεν ήταν δυνατή η εύρεση του %s',
|
||||
'no_campfire_settings' => 'Δεν έχουν δωθεί παράμετροι της σύνδεσης για το πρόσθετο Campfire',
|
||||
'failed_to_wipe' => 'Αποτυχία πλήρους διαγραφής του καταλόγου %s πριν την αντιγραφή',
|
||||
'passing_build' => 'Επιτυχημένη κατασκευή',
|
||||
'failing_build' => 'Αποτυχημένη κατασκευή',
|
||||
'log_output' => 'Σύνδεση εξόδου:',
|
||||
'n_emails_sent' => 'Στάλθηκαν %d emails ',
|
||||
'n_emails_failed' => 'Δεν στάλθηκαν %d emails ',
|
||||
'unable_to_set_env' => 'Δεν είναι δυνατός ο ορισμος μεταβλητής περιβάλλοντος',
|
||||
'tag_created' => 'Ετικέτα δημιουργήθηκε από PHP Censor: %s',
|
||||
'x_built_at_x' => '%PROJECT_TITLE% χτισμένο σε %BUILD_URI%',
|
||||
'hipchat_settings' => 'Παρακαλώ ορίστε δωμάτιο και authToken για το πρόσθετο hipchat_notify',
|
||||
'irc_settings' => 'Θα πρέπει να ρυθμίσετε ένα διακομιστή, το δωμάτιο και το ψευδώνυμο.',
|
||||
'invalid_command' => 'Μη έγκυρη εντολή',
|
||||
'import_file_key' => 'Η δήλωση εισαγωγής πρέπει να περιέχει ένα κλειδί "αρχείο"',
|
||||
'cannot_open_import' => 'Δεν είναι δυνατό το άνοιγμα του SQL αρχείο εισαγωγής: %s ',
|
||||
'unable_to_execute' => 'Δεν είναι δυνατή η εκτέλεση του αρχείου SQL',
|
||||
'phar_internal_error' => 'Phar Πρόσθετο Εσωτερικό σφάλμα',
|
||||
'build_file_missing' => 'Καθορισμένο αρχείο κατασκευής δεν υπάρχει.',
|
||||
'property_file_missing' => 'Καθορισμένο αρχείο ιδιοκτησίας δεν υπάρχει.',
|
||||
'could_not_process_report' => 'Δεν ήταν δυνατή η επεξεργασία της έκθεσης που δημιουργείται από αυτό το εργαλείο.',
|
||||
'shell_not_enabled' => 'Το πρόσθετο για το κέλυφος δεν είναι ενεργοποιημένο. Παρακαλούμε ενεργοποιήστε το μέσω του αρχείου config.yml.'
|
||||
];
|
||||
489
src/PHPCensor/Languages/lang.en.php
Normal file
489
src/PHPCensor/Languages/lang.en.php
Normal file
|
|
@ -0,0 +1,489 @@
|
|||
<?php
|
||||
/**
|
||||
* PHPCI - Continuous Integration for PHP
|
||||
*
|
||||
* @copyright Copyright 2014, Block 8 Limited.
|
||||
* @license https://github.com/Block8/PHPCI/blob/master/LICENSE.md
|
||||
* @link https://www.phptesting.org/
|
||||
*/
|
||||
|
||||
return [
|
||||
'language_name' => 'English',
|
||||
'language' => 'Language',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'Log in to PHP Censor',
|
||||
'login_error' => 'Incorrect email address or password',
|
||||
'forgotten_password_link' => 'Forgotten your password?',
|
||||
'reset_emailed' => 'We\'ve emailed you a link to reset your password.',
|
||||
'reset_header' => '<strong>Don\'t worry!</strong><br>Just enter your email address below and we\'ll email
|
||||
you a link to reset your password.',
|
||||
'reset_email_address' => 'Enter your email address:',
|
||||
'reset_send_email' => 'Email password reset',
|
||||
'reset_enter_password' => 'Please enter a new password',
|
||||
'reset_new_password' => 'New password:',
|
||||
'reset_change_password' => 'Change password',
|
||||
'reset_no_user_exists' => 'No user exists with that email address, please try again.',
|
||||
'reset_email_body' => 'Hi %s,
|
||||
|
||||
You have received this email because you, or someone else, has requested a password reset for PHP Censor.
|
||||
|
||||
If this was you, please click the following link to reset your password: %ssession/reset-password/%d/%s
|
||||
|
||||
Otherwise, please ignore this email and no action will be taken.
|
||||
|
||||
Thank you,
|
||||
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'PHP Censor Password Reset for %s',
|
||||
'reset_invalid' => 'Invalid password reset request.',
|
||||
'email_address' => 'Email Address',
|
||||
'login' => 'Login / Email Address',
|
||||
'password' => 'Password',
|
||||
'log_in' => 'Log in',
|
||||
|
||||
|
||||
// Top Nav
|
||||
'toggle_navigation' => 'Toggle Navigation',
|
||||
'n_builds_pending' => '%d builds pending',
|
||||
'n_builds_running' => '%d builds running',
|
||||
'edit_profile' => 'Edit Profile',
|
||||
'sign_out' => 'Sign Out',
|
||||
'branch_x' => 'Branch: %s',
|
||||
'created_x' => 'Created: %s',
|
||||
'started_x' => 'Started: %s',
|
||||
|
||||
// Sidebar
|
||||
'hello_name' => 'Hello, %s',
|
||||
'dashboard' => 'Dashboard',
|
||||
'admin_options' => 'Admin Options',
|
||||
'add_project' => 'Add Project',
|
||||
'project_groups' => 'Project Groups',
|
||||
'settings' => 'Settings',
|
||||
'manage_users' => 'Manage Users',
|
||||
'plugins' => 'Plugins',
|
||||
'view' => 'View',
|
||||
'build_now' => 'Build Now',
|
||||
'edit_project' => 'Edit Project',
|
||||
'delete_project' => 'Delete Project',
|
||||
|
||||
// Project Summary:
|
||||
'no_builds_yet' => 'No builds yet!',
|
||||
'x_of_x_failed' => '%d out of the last %d builds failed.',
|
||||
'x_of_x_failed_short' => '%d / %d failed.',
|
||||
'last_successful_build' => ' The last successful build was %s.',
|
||||
'never_built_successfully' => ' This project has never built successfully.',
|
||||
'all_builds_passed' => 'All of the last %d builds passed.',
|
||||
'all_builds_passed_short' => '%d / %d passed.',
|
||||
'last_failed_build' => ' The last failed build was %s.',
|
||||
'never_failed_build' => ' This project has never failed a build.',
|
||||
'view_project' => 'View Project',
|
||||
|
||||
// Timeline:
|
||||
'latest_builds' => 'Latest Builds',
|
||||
'pending' => 'Pending',
|
||||
'running' => 'Running',
|
||||
'success' => 'Success',
|
||||
'successful' => 'Successful',
|
||||
'failed' => 'Failed',
|
||||
'manual_build' => 'Manual Build',
|
||||
|
||||
// Add/Edit Project:
|
||||
'new_project' => 'New Project',
|
||||
'project_x_not_found' => 'Project with ID %d does not exist.',
|
||||
'project_details' => 'Project Details',
|
||||
'public_key_help' => 'To make it easier to get started, we\'ve generated an SSH key pair for you to use
|
||||
for this project. To use it, just add the following public key to the "deploy keys" section
|
||||
of your chosen source code hosting platform.',
|
||||
'select_repository_type' => 'Select repository type...',
|
||||
'github' => 'GitHub',
|
||||
'bitbucket' => 'Bitbucket',
|
||||
'gitlab' => 'GitLab',
|
||||
'remote' => 'Remote URL',
|
||||
'local' => 'Local Path',
|
||||
'hg' => 'Mercurial',
|
||||
'svn' => 'Subversion',
|
||||
|
||||
'where_hosted' => 'Where is your project hosted?',
|
||||
'choose_github' => 'Choose a GitHub repository:',
|
||||
|
||||
'repo_name' => 'Repository Name / URL (Remote) or Path (Local)',
|
||||
'project_title' => 'Project Title',
|
||||
'project_private_key' => 'Private key to use to access repository
|
||||
(leave blank for local and/or anonymous remotes)',
|
||||
'build_config' => 'PHP Censor build config for this project
|
||||
(if you cannot add a phpci.yml file in the project repository)',
|
||||
'default_branch' => 'Default branch name',
|
||||
'allow_public_status' => 'Enable public status page and image for this project?',
|
||||
'archived' => 'Archived',
|
||||
'archived_menu' => 'Archived',
|
||||
'save_project' => 'Save Project',
|
||||
|
||||
'error_mercurial' => 'Mercurial repository URL must be start with http:// or https://',
|
||||
'error_remote' => 'Repository URL must be start with git://, http:// or https://',
|
||||
'error_gitlab' => 'GitLab Repository name must be in the format "user@domain.tld:owner/repo.git"',
|
||||
'error_github' => 'Repository name must be in the format "owner/repo"',
|
||||
'error_bitbucket' => 'Repository name must be in the format "owner/repo"',
|
||||
'error_path' => 'The path you specified does not exist.',
|
||||
|
||||
// View Project:
|
||||
'all_branches' => 'All Branches',
|
||||
'builds' => 'Builds',
|
||||
'id' => 'ID',
|
||||
'date' => 'Date',
|
||||
'project' => 'Project',
|
||||
'commit' => 'Commit',
|
||||
'branch' => 'Branch',
|
||||
'status' => 'Status',
|
||||
'prev_link' => '« Prev',
|
||||
'next_link' => 'Next »',
|
||||
'public_key' => 'Public Key',
|
||||
'delete_build' => 'Delete Build',
|
||||
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_help_github' => 'To automatically build this project when new commits are pushed, add the URL below
|
||||
as a new "Webhook" in the <a href="https://github.com/%s/settings/hooks">Webhooks
|
||||
and Services</a> section of your GitHub repository.',
|
||||
|
||||
'webhooks_help_gitlab' => 'To automatically build this project when new commits are pushed, add the URL below
|
||||
as a "WebHook URL" in the Web Hooks section of your GitLab repository.',
|
||||
|
||||
'webhooks_help_bitbucket' => 'To automatically build this project when new commits are pushed, add the URL below
|
||||
as a "POST" service in the
|
||||
<a href="https://bitbucket.org/%s/admin/services">
|
||||
Services</a> section of your Bitbucket repository.',
|
||||
|
||||
// Project Groups
|
||||
'group_projects' => 'Projects',
|
||||
'group_edit' => 'Edit',
|
||||
'group_delete' => 'Delete',
|
||||
'group_add' => 'Add Group',
|
||||
'group_add_edit' => 'Add / Edit Group',
|
||||
'group_title' => 'Group Title',
|
||||
'group_save' => 'Save Group',
|
||||
|
||||
// View Build
|
||||
'errors' => 'Errors',
|
||||
'information' => 'Information',
|
||||
|
||||
'build_x_not_found' => 'Build with ID %d does not exist.',
|
||||
'build_n' => 'Build %d',
|
||||
'rebuild_now' => 'Rebuild Now',
|
||||
|
||||
|
||||
'committed_by_x' => 'Committed by %s',
|
||||
'commit_id_x' => 'Commit: %s',
|
||||
|
||||
'chart_display' => 'This chart will display once the build has completed.',
|
||||
|
||||
'build' => 'Build',
|
||||
'lines' => 'Lines',
|
||||
'comment_lines' => 'Comment Lines',
|
||||
'noncomment_lines' => 'Non-Comment Lines',
|
||||
'logical_lines' => 'Logical Lines',
|
||||
'lines_of_code' => 'Lines of Code',
|
||||
'build_log' => 'Build Log',
|
||||
'quality_trend' => 'Quality Trend',
|
||||
'codeception_errors' => 'Codeception Errors',
|
||||
'phpmd_warnings' => 'PHPMD Warnings',
|
||||
'phpcs_warnings' => 'PHPCS Warnings',
|
||||
'phpcs_errors' => 'PHPCS Errors',
|
||||
'phplint_errors' => 'Lint Errors',
|
||||
'phpunit_errors' => 'PHPUnit Errors',
|
||||
'phpcpd_warnings' => 'PHP Copy/Paste Detector Warnings',
|
||||
'phpdoccheck_warnings' => 'Missing Docblocks',
|
||||
'issues' => 'Issues',
|
||||
|
||||
'phpcpd' => 'PHP Copy/Paste Detector',
|
||||
'phpcs' => 'PHP Code Sniffer',
|
||||
'phpdoccheck' => 'Missing Docblocks',
|
||||
'phpmd' => 'PHP Mess Detector',
|
||||
'phpspec' => 'PHP Spec',
|
||||
'phpunit' => 'PHP Unit',
|
||||
|
||||
'codeception_feature' => 'Feature',
|
||||
'codeception_suite' => 'Suite',
|
||||
'codeception_time' => 'Time',
|
||||
'codeception_synopsis' => '<strong>%1$d</strong> tests carried out in <strong>%2$f</strong> seconds.
|
||||
<strong>%3$d</strong> failures.',
|
||||
|
||||
'file' => 'File',
|
||||
'line' => 'Line',
|
||||
'class' => 'Class',
|
||||
'method' => 'Method',
|
||||
'message' => 'Message',
|
||||
'start' => 'Start',
|
||||
'end' => 'End',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'result' => 'Result',
|
||||
'ok' => 'OK',
|
||||
'took_n_seconds' => 'Took %d seconds',
|
||||
'build_created' => 'Build Created',
|
||||
'build_started' => 'Build Started',
|
||||
'build_finished' => 'Build Finished',
|
||||
'test_message' => 'Message',
|
||||
'test_no_message' => 'No message',
|
||||
'test_success' => 'Successful: %d',
|
||||
'test_fail' => 'Failures: %d',
|
||||
'test_skipped' => 'Skipped: %d',
|
||||
'test_error' => 'Errors: %d',
|
||||
'test_todo' => 'Todos: %d',
|
||||
'test_total' => '%d test(s)',
|
||||
|
||||
// Users
|
||||
'name' => 'Name',
|
||||
'password_change' => 'Password (leave blank if you don\'t want to change)',
|
||||
'save' => 'Save »',
|
||||
'update_your_details' => 'Update your details',
|
||||
'your_details_updated' => 'Your details have been updated.',
|
||||
'add_user' => 'Add User',
|
||||
'is_admin' => 'Is Admin?',
|
||||
'yes' => 'Yes',
|
||||
'no' => 'No',
|
||||
'edit' => 'Edit',
|
||||
'edit_user' => 'Edit User',
|
||||
'delete_user' => 'Delete User',
|
||||
'user_n_not_found' => 'User with ID %d does not exist.',
|
||||
'is_user_admin' => 'Is this user an administrator?',
|
||||
'save_user' => 'Save User',
|
||||
|
||||
// Settings:
|
||||
'settings_saved' => 'Your settings have been saved.',
|
||||
'settings_check_perms' => 'Your settings could not be saved, check the permissions of your config.yml file.',
|
||||
'settings_cannot_write' => 'PHP Censor cannot write to your config.yml file, settings may not be saved properly
|
||||
until this is rectified.',
|
||||
'settings_github_linked' => 'Your GitHub account has been linked.',
|
||||
'settings_github_not_linked' => 'Your GitHub account could not be linked.',
|
||||
'build_settings' => 'Build Settings',
|
||||
'github_application' => 'GitHub Application',
|
||||
'github_sign_in' => 'Before you can start using GitHub, you need to <a href="%s">sign in</a> and grant
|
||||
PHP Censor access to your account.',
|
||||
'github_phpci_linked' => 'PHP Censor is successfully linked to GitHub account.',
|
||||
'github_where_to_find' => 'Where to find these...',
|
||||
'github_where_help' => 'If you own the application you would like to use, you can find this information within your
|
||||
<a href="https://github.com/settings/applications">applications</a> settings area.',
|
||||
|
||||
'email_settings' => 'Email Settings',
|
||||
'email_settings_help' => 'Before PHP Censor can send build status emails,
|
||||
you need to configure your SMTP settings below.',
|
||||
|
||||
'application_id' => 'Application ID',
|
||||
'application_secret' => 'Application Secret',
|
||||
|
||||
'smtp_server' => 'SMTP Server',
|
||||
'smtp_port' => 'SMTP Port',
|
||||
'smtp_username' => 'SMTP Username',
|
||||
'smtp_password' => 'SMTP Password',
|
||||
'from_email_address' => 'From Email Address',
|
||||
'default_notification_address' => 'Default Notification Email Address',
|
||||
'use_smtp_encryption' => 'Use SMTP Encryption?',
|
||||
'none' => 'None',
|
||||
'ssl' => 'SSL',
|
||||
'tls' => 'TLS',
|
||||
|
||||
'failed_after' => 'Consider a build failed after',
|
||||
'5_mins' => '5 Minutes',
|
||||
'15_mins' => '15 Minutes',
|
||||
'30_mins' => '30 Minutes',
|
||||
'1_hour' => '1 Hour',
|
||||
'3_hours' => '3 Hours',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'PHP Censor cannot update composer.json for you as it is not writable.',
|
||||
'x_has_been_removed' => '%s has been removed.',
|
||||
'x_has_been_added' => '%s has been added to composer.json for you and will be installed next time
|
||||
you run composer update.',
|
||||
'enabled_plugins' => 'Enabled Plugins',
|
||||
'provided_by_package' => 'Provided By Package',
|
||||
'installed_packages' => 'Installed Packages',
|
||||
'suggested_packages' => 'Suggested Packages',
|
||||
'title' => 'Title',
|
||||
'description' => 'Description',
|
||||
'version' => 'Version',
|
||||
'install' => 'Install »',
|
||||
'remove' => 'Remove »',
|
||||
'search_packagist_for_more' => 'Search Packagist for more packages',
|
||||
'search' => 'Search »',
|
||||
|
||||
// Summary plugin
|
||||
'build-summary' => 'Summary',
|
||||
'stage' => 'Stage',
|
||||
'duration' => 'Duration',
|
||||
'seconds' => 'sec.',
|
||||
'plugin' => 'Plugin',
|
||||
'stage_setup' => 'Setup',
|
||||
'stage_test' => 'Test',
|
||||
'stage_complete' => 'Complete',
|
||||
'stage_success' => 'Success',
|
||||
'stage_failure' => 'Failure',
|
||||
'stage_broken' => 'Broken',
|
||||
'stage_fixed' => 'Fixed',
|
||||
'severity' => 'Severity',
|
||||
|
||||
'build_details' => 'Build Details',
|
||||
'commit_details' => 'Commit Details',
|
||||
'committer' => 'Committer',
|
||||
'timing' => 'Timing',
|
||||
'created' => 'Created',
|
||||
'started' => 'Started',
|
||||
'finished' => 'Finished',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'PHP Censor Installation URL',
|
||||
'db_host' => 'Database Host',
|
||||
'db_name' => 'Database Name',
|
||||
'db_user' => 'Database Username',
|
||||
'db_pass' => 'Database Password',
|
||||
'admin_name' => 'Admin Name',
|
||||
'admin_pass' => 'Admin Password',
|
||||
'admin_email' => 'Admin Email Address',
|
||||
'config_path' => 'Config File Path',
|
||||
'install_phpci' => 'Install PHP Censor',
|
||||
'welcome_to_phpci' => 'Welcome to PHP Censor',
|
||||
'please_answer' => 'Please answer the following questions:',
|
||||
'phpci_php_req' => 'PHP Censor requires at least PHP 5.3.8 to function.',
|
||||
'extension_required' => 'Extension required: %s',
|
||||
'function_required' => 'PHP Censor needs to be able to call the %s() function. Is it disabled in php.ini?',
|
||||
'requirements_not_met' => 'PHP Censor cannot be installed, as not all requirements are met.
|
||||
Please review the errors above before continuing.',
|
||||
'must_be_valid_email' => 'Must be a valid email address.',
|
||||
'must_be_valid_url' => 'Must be a valid URL.',
|
||||
'enter_name' => 'Admin Name: ',
|
||||
'enter_email' => 'Admin Email: ',
|
||||
'enter_password' => 'Admin Password: ',
|
||||
'enter_phpci_url' => 'Your PHP Censor URL ("http://phpci.local" for example): ',
|
||||
|
||||
'enter_db_host' => 'Please enter your MySQL host [localhost]: ',
|
||||
'enter_db_port' => 'Please enter your MySQL port [3306]: ',
|
||||
'enter_db_name' => 'Please enter your MySQL database name [phpci]: ',
|
||||
'enter_db_user' => 'Please enter your MySQL username [phpci]: ',
|
||||
'enter_db_pass' => 'Please enter your MySQL password: ',
|
||||
'could_not_connect' => 'PHP Censor could not connect to MySQL with the details provided. Please try again.',
|
||||
'setting_up_db' => 'Setting up your database... ',
|
||||
'user_created' => 'User account created!',
|
||||
'failed_to_create' => 'PHP Censor failed to create your admin account.',
|
||||
'config_exists' => 'The PHP Censor config file exists and is not empty.',
|
||||
'update_instead' => 'If you were trying to update PHP Censor, please use phpci:update instead.',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Update the database to reflect modified models.',
|
||||
'updating_phpci' => 'Updating PHP Censor database: ',
|
||||
'not_installed' => 'PHP Censor does not appear to be installed.',
|
||||
'install_instead' => 'Please install PHP Censor via phpci:install instead.',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'Poll GitHub to check if we need to start a build.',
|
||||
'no_token' => 'No GitHub token found',
|
||||
'finding_projects' => 'Finding projects to poll',
|
||||
'found_n_projects' => 'Found %d projects',
|
||||
'last_commit_is' => 'Last commit to GitHub for %s is %s',
|
||||
'adding_new_build' => 'Last commit is different to database, adding new build.',
|
||||
'finished_processing_builds' => 'Finished processing builds.',
|
||||
|
||||
// Create Admin
|
||||
'create_admin_user' => 'Create an admin user',
|
||||
'incorrect_format' => 'Incorrect format',
|
||||
|
||||
// Create Build Command
|
||||
'create_build_project' => 'Create a build for a project',
|
||||
'project_id_argument' => 'A project ID',
|
||||
'commit_id_option' => 'Commit ID to build',
|
||||
'branch_name_option' => 'Branch to build',
|
||||
'add_to_queue_failed' => 'Build created successfully, but failed to add to build queue. This usually happens
|
||||
when PHP Censor is set to use a beanstalkd server that does not exist,
|
||||
or your beanstalkd server has stopped.',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Run all pending PHP Censor builds.',
|
||||
'finding_builds' => 'Finding builds to process',
|
||||
'found_n_builds' => 'Found %d builds',
|
||||
'skipping_build' => 'Skipping Build %d - Project build already in progress.',
|
||||
'marked_as_failed' => 'Build %d marked as failed due to timeout.',
|
||||
|
||||
// Builder
|
||||
'missing_phpci_yml' => 'This project does not contain a phpci.yml file, or it is empty.',
|
||||
'build_success' => 'BUILD SUCCESS',
|
||||
'build_failed' => 'BUILD FAILED',
|
||||
'removing_build' => 'Removing Build.',
|
||||
'exception' => 'Exception: ',
|
||||
'could_not_create_working' => 'Could not create a working copy.',
|
||||
'working_copy_created' => 'Working copy created: %s',
|
||||
'looking_for_binary' => 'Looking for binary: %s',
|
||||
'found_in_path' => 'Found in %s: %s',
|
||||
'running_plugin' => 'RUNNING PLUGIN: %s',
|
||||
'plugin_success' => 'PLUGIN: SUCCESS',
|
||||
'plugin_failed' => 'PLUGIN: FAILED',
|
||||
'plugin_missing' => 'Plugin does not exist: %s',
|
||||
'tap_version' => 'TapParser only supports TAP version 13',
|
||||
'tap_error' => 'Invalid TAP string, number of tests does not match specified test count.',
|
||||
'failed_allowed' => 'Allowed',
|
||||
|
||||
// Build Plugins:
|
||||
'no_tests_performed' => 'No tests have been performed.',
|
||||
'could_not_find' => 'Could not find %s',
|
||||
'no_campfire_settings' => 'No connection parameters given for Campfire plugin',
|
||||
'failed_to_wipe' => 'Failed to wipe existing directory %s before copy',
|
||||
'passing_build' => 'Passing Build',
|
||||
'failing_build' => 'Failing Build',
|
||||
'log_output' => 'Log Output: ',
|
||||
'n_emails_sent' => '%d emails sent.',
|
||||
'n_emails_failed' => '%d emails failed to send.',
|
||||
'unable_to_set_env' => 'Unable to set environment variable',
|
||||
'tag_created' => 'Tag created by PHP Censor: %s',
|
||||
'x_built_at_x' => '%PROJECT_TITLE% built at %BUILD_URI%',
|
||||
'hipchat_settings' => 'Please define room and authToken for hipchat_notify plugin',
|
||||
'irc_settings' => 'You must configure a server, room and nick.',
|
||||
'invalid_command' => 'Invalid command',
|
||||
'import_file_key' => 'Import statement must contain a \'file\' key',
|
||||
'cannot_open_import' => 'Cannot open SQL import file: %s',
|
||||
'unable_to_execute' => 'Unable to execute SQL file',
|
||||
'phar_internal_error' => 'Phar Plugin Internal Error',
|
||||
'build_file_missing' => 'Specified build file does not exist.',
|
||||
'property_file_missing' => 'Specified property file does not exist.',
|
||||
'could_not_process_report' => 'Could not process the report generated by this tool.',
|
||||
'shell_not_enabled' => 'The shell plugin is not enabled. Please enable it via config.yml.',
|
||||
|
||||
|
||||
// Error Levels:
|
||||
'critical' => 'Critical',
|
||||
'high' => 'High',
|
||||
'normal' => 'Normal',
|
||||
'low' => 'Low',
|
||||
|
||||
// Plugins that generate errors:
|
||||
'php_mess_detector' => 'PHP Mess Detector',
|
||||
'php_code_sniffer' => 'PHP Code Sniffer',
|
||||
'php_unit' => 'PHP Unit',
|
||||
'php_cpd' => 'PHP Copy/Paste Detector',
|
||||
'php_docblock_checker' => 'PHP Docblock Checker',
|
||||
'composer' => 'Composer',
|
||||
'php_loc' => 'PHPLOC',
|
||||
'php_parallel_lint' => 'PHP Parallel Lint',
|
||||
'email' => 'Email',
|
||||
'atoum' => 'Atoum',
|
||||
'behat' => 'Behat',
|
||||
'campfire' => 'Campfire',
|
||||
'clean_build' => 'Clean Build',
|
||||
'codeception' => 'Codeception',
|
||||
'copy_build' => 'Copy Build',
|
||||
'deployer' => 'Deployer',
|
||||
'env' => 'Env',
|
||||
'grunt' => 'Grunt',
|
||||
'hipchat_notify' => 'Hipchat',
|
||||
'irc' => 'IRC',
|
||||
'lint' => 'Lint',
|
||||
'mysql' => 'MySQL',
|
||||
'package_build' => 'Package Build',
|
||||
'pdepend' => 'PDepend',
|
||||
'pgsql' => 'PostgreSQL',
|
||||
'phar' => 'Phar',
|
||||
'phing' => 'Phing',
|
||||
'php_cs_fixer' => 'PHP Coding Standards Fixer',
|
||||
'php_spec' => 'PHP Spec',
|
||||
'shell' => 'Shell',
|
||||
'slack_notify' => 'Slack',
|
||||
'technical_debt' => 'Technical Debt',
|
||||
'xmpp' => 'XMPP',
|
||||
];
|
||||
387
src/PHPCensor/Languages/lang.es.php
Normal file
387
src/PHPCensor/Languages/lang.es.php
Normal file
|
|
@ -0,0 +1,387 @@
|
|||
<?php
|
||||
/**
|
||||
* PHPCI - Continuous Integration for PHP
|
||||
*
|
||||
* @copyright Copyright 2014, Block 8 Limited.
|
||||
* @license https://github.com/Block8/PHPCI/blob/master/LICENSE.md
|
||||
* @link https://www.phptesting.org/
|
||||
*/
|
||||
|
||||
return [
|
||||
'language_name' => 'Español',
|
||||
'language' => 'Lenguaje',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'Ingresar a PHP Censor',
|
||||
'login_error' => 'Email o contraseña incorrectos',
|
||||
'forgotten_password_link' => '¿Olvidaste tu contraseña?',
|
||||
'reset_emailed' => 'Te hemos enviado un email para reiniciar tu contraseña.',
|
||||
'reset_header' => '<strong>¡No te preocupes!</strong><br>Solo tienes que ingresar tu dirección de email
|
||||
y te enviaremos por email un enlace para reiniciar tu contraseña.',
|
||||
'reset_email_address' => 'Ingresa tu dirección de email:',
|
||||
'reset_send_email' => 'Enviar enlace',
|
||||
'reset_enter_password' => 'Ingresa una nueva contraseña',
|
||||
'reset_new_password' => 'Nueva contraseña:',
|
||||
'reset_change_password' => 'Cambiar contraseña',
|
||||
'reset_no_user_exists' => 'No existe ningún usuario con ese email, por favor intenta nuevamente.',
|
||||
'reset_email_body' => 'Hola %s,
|
||||
|
||||
Has recibido este correo porque tú, o alguien más, ha solicitado reiniciar la contraseña de PHP Censor
|
||||
|
||||
Si fuiste tú, por favor haz click en el siguiente enlace para reiniciar tu contraseña: %ssession/reset-password/%d/%s
|
||||
|
||||
De lo contrario, por favor ignora este correo y ninguna acción será realizada.
|
||||
|
||||
Gracias,
|
||||
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'Reiniciar contraseña de PHP Censor para %s',
|
||||
'reset_invalid' => 'Pedido inválido.',
|
||||
'email_address' => 'Dirección de email',
|
||||
'password' => 'Contraseña',
|
||||
'log_in' => 'Ingresar',
|
||||
|
||||
|
||||
// Top Nav
|
||||
'toggle_navigation' => 'Activar navegación',
|
||||
'n_builds_pending' => '%d builds pendientes',
|
||||
'n_builds_running' => '%d builds ejecutándose',
|
||||
'edit_profile' => 'Editar Perfil',
|
||||
'sign_out' => 'Cerrar Sesión',
|
||||
'branch_x' => 'Rama: %s',
|
||||
'created_x' => 'Creada el: %s',
|
||||
'started_x' => 'Comenzó: %s',
|
||||
|
||||
// Sidebar
|
||||
'hello_name' => 'Hola, %s',
|
||||
'dashboard' => 'Escritorio',
|
||||
'admin_options' => 'Opciones de Admin.',
|
||||
'add_project' => 'Agregar Proyecto',
|
||||
'settings' => 'Configuración',
|
||||
'manage_users' => 'Administrar Usuarios',
|
||||
'plugins' => 'Plugins',
|
||||
'view' => 'Vista',
|
||||
'build_now' => 'Ejecutar Build',
|
||||
'edit_project' => 'Editar Proyecto',
|
||||
'delete_project' => 'Eliminar Proyecto',
|
||||
|
||||
// Project Summary:
|
||||
'no_builds_yet' => '¡No existen builds aún!',
|
||||
'x_of_x_failed' => '%d de los últimos %d builds fallaron.',
|
||||
'x_of_x_failed_short' => '%d / %d fallaron.',
|
||||
'last_successful_build' => ' El último build exitoso fue %s.',
|
||||
'never_built_successfully' => ' Este proyecto nunca tuvo un build exitoso.',
|
||||
'all_builds_passed' => 'Todos los últimos %d builds pasaron.',
|
||||
'all_builds_passed_short' => '%d / %d pasaron.',
|
||||
'last_failed_build' => ' El último build en fallar fue %s.',
|
||||
'never_failed_build' => ' Este proyecto no tiene ningún build fallido.',
|
||||
'view_project' => 'Ver Proyecto',
|
||||
|
||||
// Timeline:
|
||||
'latest_builds' => 'Últimos builds',
|
||||
'pending' => 'Pediente',
|
||||
'running' => 'Ejecutando',
|
||||
'success' => 'Éxito',
|
||||
'successful' => 'Exitoso',
|
||||
'failed' => 'Falló',
|
||||
'manual_build' => 'Build Manual',
|
||||
|
||||
// Add/Edit Project:
|
||||
'new_project' => 'Nuevo Proyecto',
|
||||
'project_x_not_found' => 'El Proyecto con ID %d no existe.',
|
||||
'project_details' => 'Detalles del Proyecto',
|
||||
'public_key_help' => 'Para facilitarte, hemos generado un par de llaves SSH para que uses en este proyecto.
|
||||
Para usarlo, sólo agrega la siguiente llave pública a la sección de "deploy keys"
|
||||
de tu plataforma de hosting de versionado de código.',
|
||||
'select_repository_type' => 'Selecciona tipo de repositorio...',
|
||||
'github' => 'GitHub',
|
||||
'bitbucket' => 'Bitbucket',
|
||||
'gitlab' => 'GitLab',
|
||||
'remote' => 'URL Remota',
|
||||
'local' => 'Path local',
|
||||
'hg' => 'Mercurial',
|
||||
'svn' => 'Subversion',
|
||||
|
||||
'where_hosted' => '¿Dónde está alojado tu proyecto?',
|
||||
'choose_github' => 'Selecciona un repositorio de GitHub:',
|
||||
|
||||
'repo_name' => 'Nombre del repositorio / URL (Remoto) o Ruta (Local)',
|
||||
'project_title' => 'Titulo del proyecto',
|
||||
'project_private_key' => 'Clave privada a usar para acceder al repositorio
|
||||
(dejar en blanco para remotos locales o anónimos)',
|
||||
'build_config' => 'Configuración PHP Censor para builds del proyecto
|
||||
(en caso que no puedas agregar el archivo phpci.yml al repositorio)',
|
||||
'default_branch' => 'Nombre de la rama por defecto',
|
||||
'allow_public_status' => '¿Activar página pública con el estado del proyecto?',
|
||||
'archived' => 'Archivado',
|
||||
'archived_menu' => 'Archivado',
|
||||
'save_project' => 'Guardar Proyecto',
|
||||
|
||||
'error_mercurial' => 'La URL del repositorio de Mercurial debe comenzar con http:// or https://',
|
||||
'error_remote' => 'La URL del repositorio debe comenzar con git://, http:// or https://',
|
||||
'error_gitlab' => 'El nombre del repositorio de GitLab debe tener el formato "user@domain.tld:owner/repo.git"',
|
||||
'error_github' => 'El nombre del repositorio debe tener el formato "owner/repo"',
|
||||
'error_bitbucket' => 'El nombre del repo debe tener el formato "owner/repo"',
|
||||
'error_path' => 'La ruta especificada no existe.',
|
||||
|
||||
// View Project:
|
||||
'all_branches' => 'Todas las ramas',
|
||||
'builds' => 'Builds',
|
||||
'id' => 'ID',
|
||||
'project' => 'Proyecto',
|
||||
'commit' => 'Commit',
|
||||
'branch' => 'Rama',
|
||||
'status' => 'Estado',
|
||||
'prev_link' => '« Anterior',
|
||||
'next_link' => 'Siguiente »',
|
||||
'public_key' => 'Llave pública',
|
||||
'delete_build' => 'Eliminar Build',
|
||||
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_help_github' => 'Para compilar automáticamente este proyecto cada vez que se realiza un commit, agreagar la siguiente URL
|
||||
como un nuevo "webhook" en la sección <a href="https://github.com/%s/settings/hooks">Webhooks
|
||||
and Services</a> de tu repositorio en GitHub.',
|
||||
|
||||
'webhooks_help_gitlab' => 'Para compilar automáticamente este proyecto, cada vez que se realiza un commit, agreagar la siguiente URL
|
||||
como una "WebHook URL" en la sección "web hooks" de tu repositorio en GitLab.',
|
||||
|
||||
'webhooks_help_bitbucket' => 'Para compilar automáticamente este proyecto, cada vez que se realiza un commit, agreagar la siguiente URL
|
||||
como un servicio "POST" en la sección
|
||||
<a href="https://bitbucket.org/%s/admin/services">
|
||||
Services</a> de tu repositorio en Bitbucket.',
|
||||
|
||||
// View Build
|
||||
'build_x_not_found' => 'El build con ID %d no existe.',
|
||||
'build_n' => 'Build %d',
|
||||
'rebuild_now' => 'Rebuild Ahora',
|
||||
|
||||
|
||||
'committed_by_x' => 'Commit hecho por %s',
|
||||
'commit_id_x' => 'Commit: %s',
|
||||
|
||||
'chart_display' => 'Este gráfico será mostrado una vez que el build se haya completado.',
|
||||
|
||||
'build' => 'Build',
|
||||
'lines' => 'Líneas',
|
||||
'comment_lines' => 'Líneas de comentario',
|
||||
'noncomment_lines' => 'Líneas no comentario',
|
||||
'logical_lines' => 'Líneas lógicas',
|
||||
'lines_of_code' => 'Líneas de código',
|
||||
'build_log' => 'Log',
|
||||
'quality_trend' => 'Tendencia de calidad',
|
||||
'codeception_errors' => 'Errores de Codeception',
|
||||
'phpmd_warnings' => 'PHPMD Warnings',
|
||||
'phpcs_warnings' => 'PHPCS Warnings',
|
||||
'phpcs_errors' => 'PHPCS Errors',
|
||||
'phplint_errors' => 'Lint Errors',
|
||||
'phpunit_errors' => 'PHPUnit Errors',
|
||||
'phpdoccheck_warnings' => 'Docblocks faltantes',
|
||||
'issues' => 'Incidencias',
|
||||
|
||||
'codeception' => 'Codeception',
|
||||
'phpcpd' => 'PHP Copy/Paste Detector',
|
||||
'phpcs' => 'PHP Code Sniffer',
|
||||
'phpdoccheck' => 'Missing Docblocks',
|
||||
'phpmd' => 'PHP Mess Detector',
|
||||
'phpspec' => 'PHP Spec',
|
||||
'phpunit' => 'PHP Unit',
|
||||
'technical_debt' => 'Deuda Técnica',
|
||||
'behat' => 'Behat',
|
||||
|
||||
'file' => 'Archivo',
|
||||
'line' => 'Línea',
|
||||
'class' => 'Clase',
|
||||
'method' => 'Método',
|
||||
'message' => 'Mensaje',
|
||||
'start' => 'Inicio',
|
||||
'end' => 'Fin',
|
||||
'from' => 'De',
|
||||
'to' => 'Para',
|
||||
'suite' => 'Suite',
|
||||
'test' => 'Test',
|
||||
'result' => 'Resultado',
|
||||
'ok' => 'OK',
|
||||
'took_n_seconds' => 'Tomó %d segundos',
|
||||
'build_created' => 'Build Creado',
|
||||
'build_started' => 'Build Comenzado',
|
||||
'build_finished' => 'Build Terminado',
|
||||
|
||||
// Users
|
||||
'name' => 'Nombre',
|
||||
'password_change' => 'Contraseña (dejar en blanco si no quiere cambiarla)',
|
||||
'save' => 'Guardar »',
|
||||
'update_your_details' => 'Actualizar los detalles',
|
||||
'your_details_updated' => 'Tus detalles han sido actualizados.',
|
||||
'add_user' => 'Agregar Usuario',
|
||||
'is_admin' => '¿Es Admin?',
|
||||
'yes' => 'Si',
|
||||
'no' => 'No',
|
||||
'edit' => 'Editar',
|
||||
'edit_user' => 'Editar Usuario',
|
||||
'delete_user' => 'Delete Usuario',
|
||||
'user_n_not_found' => 'Usuario con ID %d no existe.',
|
||||
'is_user_admin' => '¿Es un usuario administrador?',
|
||||
'save_user' => 'Guardar Usuario',
|
||||
|
||||
// Settings:
|
||||
'settings_saved' => 'Tu configuración ha sido guardada.',
|
||||
'settings_check_perms' => 'Tu configuración no fue guardada, verificar los permisos del archivo config.yml.',
|
||||
'settings_cannot_write' => 'PHP Censor no puede escribir en el archivo config.yml file, la configuración no será guardada correctamente
|
||||
hasta no corregir esto.',
|
||||
'settings_github_linked' => 'Tu cuenta GitHub ha sido conectada.',
|
||||
'settings_github_not_linked' => 'No se pudo conectar a tu cuenta GitHub.',
|
||||
'build_settings' => 'Configuración del Build ',
|
||||
'github_application' => 'Aplicación GitHub',
|
||||
'github_sign_in' => 'Antes de comenzar a utilizar GitHub, tienes que <a href="%s">ingresar</a> y permitir
|
||||
el acceso a tu cuenta a PHP Censor.',
|
||||
'github_phpci_linked' => 'PHP Censor ha sido conectado a tu cuenta GitHub.',
|
||||
'github_where_to_find' => 'Donde encontrar estos...',
|
||||
'github_where_help' => 'Si eres priopietario de la aplicaión que quieres usar, puedes encontrar esta información en
|
||||
el área de configuración de <a href="https://github.com/settings/applications">aplicaciones</a>.',
|
||||
|
||||
'email_settings' => 'Configuraciones de Email',
|
||||
'email_settings_help' => 'Para que PHP Censor pueda enviar email con el status de los builds,
|
||||
debes configurar las siguientes propiedades SMTP.',
|
||||
|
||||
'application_id' => 'ID de aplicación',
|
||||
'application_secret' => 'Application Secret',
|
||||
|
||||
'smtp_server' => 'Servidor SMTP',
|
||||
'smtp_port' => 'Puerto SMTP',
|
||||
'smtp_username' => 'Usuario SMTP',
|
||||
'smtp_password' => 'Contraseña SMTP',
|
||||
'from_email_address' => 'Dirección de email DE',
|
||||
'default_notification_address' => 'Dirección de correo de notificación por defecto',
|
||||
'use_smtp_encryption' => 'Usar encriptación SMTP?',
|
||||
'none' => 'None',
|
||||
'ssl' => 'SSL',
|
||||
'tls' => 'TLS',
|
||||
|
||||
'failed_after' => 'Considerar el build como fallido luego de ',
|
||||
'5_mins' => '5 Minutos',
|
||||
'15_mins' => '15 Minutos',
|
||||
'30_mins' => '30 Minutos',
|
||||
'1_hour' => '1 Hora',
|
||||
'3_hours' => '3 Horas',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'PHP Censor no puede actualizar composer.json porque no tiene permisos de escritura.',
|
||||
'x_has_been_removed' => '%s ha sido elimiando.',
|
||||
'x_has_been_added' => '%s ha sido agregado a composer.json y será instalado la próxima vez que ejecutes composer update.',
|
||||
'enabled_plugins' => 'Activar Plugins',
|
||||
'provided_by_package' => 'Provisto por Paquete',
|
||||
'installed_packages' => 'Paquetes Instalados',
|
||||
'suggested_packages' => 'Paquetes Sugeridos',
|
||||
'title' => 'Título',
|
||||
'description' => 'Descripción',
|
||||
'version' => 'Versión',
|
||||
'install' => 'Instalar »',
|
||||
'remove' => 'Eliminar »',
|
||||
'search_packagist_for_more' => 'Buscar más paquetes en Packagist',
|
||||
'search' => 'Buscar »',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'URL de la instalación PHP Censor',
|
||||
'db_host' => 'Host',
|
||||
'db_name' => 'Nombre de la base de datos',
|
||||
'db_user' => 'Usuario de la base de datos',
|
||||
'db_pass' => 'Clave de la base de datos',
|
||||
'admin_name' => 'Nombre del Admin',
|
||||
'admin_pass' => 'Clave del Admin',
|
||||
'admin_email' => 'Email de Admin',
|
||||
'config_path' => 'Ruta al archivo config',
|
||||
'install_phpci' => 'Instalar PHP Censor',
|
||||
'welcome_to_phpci' => 'Bienvenido a PHP Censor',
|
||||
'please_answer' => 'Por favor, responde las siguientes preguntas:',
|
||||
'phpci_php_req' => 'PHP Censor requiere al menos PHP 5.3.8 para funcionar.',
|
||||
'extension_required' => 'Extensión requerida: %s',
|
||||
'function_required' => 'PHP Censor debe poder invocar la función %s(). Está deshabilitada en php.ini?',
|
||||
'requirements_not_met' => 'PHP Censor no pudo ser instalado, ya que no se cumplen todos los requerimientos.
|
||||
Por favor, corrige los errores antes de continuar.',
|
||||
'must_be_valid_email' => 'Debe ser una dirección de correos válida.',
|
||||
'must_be_valid_url' => 'Debe ser una URL válida.',
|
||||
'enter_name' => 'Nombre del Admin:',
|
||||
'enter_email' => 'Email del Admin:',
|
||||
'enter_password' => 'Contraseña de Admin:',
|
||||
'enter_phpci_url' => 'La URL de PHP Censor ("Por ejemplo: http://phpci.local"): ',
|
||||
|
||||
'enter_db_host' => 'Por favor, ingresa el servidor MySQL [localhost]: ',
|
||||
'enter_db_name' => 'Por favor, ingresa el nombre de la base de datos MySQL [phpci]: ',
|
||||
'enter_db_user' => 'Por favor, ingresa el usuario MySQL [phpci]: ',
|
||||
'enter_db_pass' => 'Por favor, ingresa la contraseña MySQL: ',
|
||||
'could_not_connect' => 'PHP Censor no pudo conectarse a MySQL con los datos dados. Por favor, intenta nuevamente.',
|
||||
'setting_up_db' => 'Configurando base de datos... ',
|
||||
'user_created' => '¡Cuenta de usuario creada!',
|
||||
'failed_to_create' => 'PHP Censor no pudo crear la cuenta de admin.',
|
||||
'config_exists' => 'El archivo config de PHP Censor ya existe y no es vacío.',
|
||||
'update_instead' => 'Si está intentando actualizar PHP Censor, por favor, utiliza phpci:update.',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Actuliza la base de datos para reflejar los modelos actualizados.',
|
||||
'updating_phpci' => 'Actualizando base de datos PHP Censor: ',
|
||||
'not_installed' => 'PHP Censor no está instalado.',
|
||||
'install_instead' => 'Por favor, instala PHP Censor via phpci:install.',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'Chequear en GitHub si se necesita comenzar un Build.',
|
||||
'no_token' => 'No se encontró ningún token GitHub',
|
||||
'finding_projects' => 'Buscando proyectos para chequear',
|
||||
'found_n_projects' => 'Se encontraron %d proyectos',
|
||||
'last_commit_is' => 'El último commit en GitHub para %s es %s',
|
||||
'adding_new_build' => 'Último commit es diferente a la base de datos, agregando nuevo build.',
|
||||
'finished_processing_builds' => 'Fin de procesamiento de builds.',
|
||||
|
||||
// Create Admin
|
||||
'create_admin_user' => 'Crear un usuario Admin',
|
||||
'incorrect_format' => 'Formato incorrecto',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Ejecutar todos los builds PHP Censor pendientes.',
|
||||
'finding_builds' => 'Buscando builds a procesar',
|
||||
'found_n_builds' => 'Se encontraron %d builds',
|
||||
'skipping_build' => 'Saltando Build %d - Build del proyecto ya en ejecución.',
|
||||
'marked_as_failed' => 'Build %d falló debido a timeout.',
|
||||
|
||||
// Builder
|
||||
'missing_phpci_yml' => 'Este proyecto no contiene el archivo phpci.yml o está vacío.',
|
||||
'build_success' => 'BUILD EXITOSO',
|
||||
'build_failed' => 'BUILD FALLIDO',
|
||||
'removing_build' => 'Eliminando Build.',
|
||||
'exception' => 'Excepción: ',
|
||||
'could_not_create_working' => 'Imposible crear copia de trabajo.',
|
||||
'working_copy_created' => 'Copia de trabajo creada: %s',
|
||||
'looking_for_binary' => 'Buscando binario: %s',
|
||||
'found_in_path' => 'Encontrado en %s: %s',
|
||||
'running_plugin' => 'EJECUTANDO PLUGIN: %s',
|
||||
'plugin_success' => 'PLUGIN: EXITO',
|
||||
'plugin_failed' => 'PLUGIN: FALLÓ',
|
||||
'plugin_missing' => 'No existe el plugin: %s',
|
||||
'tap_version' => 'TapParser únicamente soporta la verisón 13 de TAP',
|
||||
'tap_error' => 'Cadena de caracteres TAP inválida, el número de tests no coincide con la cuenta de tests declarada.',
|
||||
|
||||
// Build Plugins:
|
||||
'no_tests_performed' => 'No se ejecutaron tests.',
|
||||
'could_not_find' => 'No se encontró %s',
|
||||
'no_campfire_settings' => 'No se especificaron parámetros de conexión para el plugin Campfire',
|
||||
'failed_to_wipe' => 'Imposible eliminar directorio existente %s antes de copiarlo',
|
||||
'passing_build' => 'Build Exitoso',
|
||||
'failing_build' => 'Build Fallido',
|
||||
'log_output' => 'Log de Salida: ',
|
||||
'n_emails_sent' => '%d emails enviados.',
|
||||
'n_emails_failed' => '%d emails no pudieron ser enviados.',
|
||||
'unable_to_set_env' => 'Imposible setear variable de entorno',
|
||||
'tag_created' => 'Tag creado por PHP Censor: %s',
|
||||
'x_built_at_x' => 'Build de %PROJECT_TITLE% en %BUILD_URI%',
|
||||
'hipchat_settings' => 'Por favor, definir room y authToken para el plugin hipchat_notify',
|
||||
'irc_settings' => 'Debes configurar un servidor, room y apodo.',
|
||||
'invalid_command' => 'Comando inválido',
|
||||
'import_file_key' => 'Sentencia de importación debe contener una llave \'file\'',
|
||||
'cannot_open_import' => 'Imposible abrir archivo de importación SQL: %s',
|
||||
'unable_to_execute' => 'Imposible ejecutar archivo SQL',
|
||||
'phar_internal_error' => 'Error interno en plugin Phar',
|
||||
'build_file_missing' => 'El archivo de build especificado no existe.',
|
||||
'property_file_missing' => 'El archivo de propiedades especificado no existe.',
|
||||
'could_not_process_report' => 'Imposible procesar el reporte generado por la herramienta.',
|
||||
'shell_not_enabled' => 'El plugin shell no está habilitado. Por favor, habilitalo desde config.yml.'
|
||||
];
|
||||
420
src/PHPCensor/Languages/lang.fr.php
Normal file
420
src/PHPCensor/Languages/lang.fr.php
Normal file
|
|
@ -0,0 +1,420 @@
|
|||
<?php
|
||||
/**
|
||||
* PHPCI - Continuous Integration for PHP
|
||||
*
|
||||
* @copyright Copyright 2014, Block 8 Limited.
|
||||
* @license https://github.com/Block8/PHPCI/blob/master/LICENSE.md
|
||||
* @link https://www.phptesting.org/
|
||||
*/
|
||||
|
||||
return [
|
||||
'language_name' => 'Français',
|
||||
'language' => 'Langue',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'Connectez-vous à PHP Censor',
|
||||
'login_error' => 'Adresse email ou mot de passe invalide',
|
||||
'forgotten_password_link' => 'Mot de passe oublié ?',
|
||||
'reset_emailed' => 'Nous vous avons envoyé un email avec un lien pour réinitialiser votre mot de passe.',
|
||||
'reset_header' => '<strong>Pas d\'inquiétude</strong><br>Entrez simplement votre adresse email ci-dessous
|
||||
et nous vous enverrons un message avec un lien pour réinitialiser votre mot de passe.',
|
||||
'reset_email_address' => 'Entrez votre adresse email:',
|
||||
'reset_send_email' => 'Envoyer le mail',
|
||||
'reset_enter_password' => 'Veuillez entrer un nouveau mot de passe',
|
||||
'reset_new_password' => 'Nouveau mot de passe :',
|
||||
'reset_change_password' => 'Modifier le mot de passe',
|
||||
'reset_no_user_exists' => 'Il n\'existe aucun utilisateur avec cette adresse email, merci de réessayer.',
|
||||
'reset_email_body' => 'Bonjour %s,
|
||||
|
||||
Vous avez reçu cet email parce qu\'une demande de réinitialisation de mot de passe a été faite pour votre compte PHP Censor.
|
||||
|
||||
Si c\'est bien vous, merci de cliquer sur le lien suivant pour réinitialiser votre mot de passe : %ssession/reset-password/%d/%s
|
||||
|
||||
Sinon, merci d\'ignorer ce message.
|
||||
|
||||
Merci,
|
||||
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'Réinitialisation du mot de passe PHP Censor pour %s',
|
||||
'reset_invalid' => 'Requête de réinitialisation de mot de passe invalide.',
|
||||
'email_address' => 'Adresse email',
|
||||
'login' => 'Login / Email Address',
|
||||
'password' => 'Mot de passe',
|
||||
'log_in' => 'Connexion',
|
||||
|
||||
|
||||
// Top Nav
|
||||
'toggle_navigation' => 'Afficher/cacher la navigation',
|
||||
'n_builds_pending' => '%d builds en attente',
|
||||
'n_builds_running' => '%d builds en cours d\'exécution',
|
||||
'edit_profile' => 'Éditer le profil',
|
||||
'sign_out' => 'Déconnexion',
|
||||
'branch_x' => 'Branche : %s',
|
||||
'created_x' => 'Créé à : %s',
|
||||
'started_x' => 'Démarré à : %s',
|
||||
|
||||
// Sidebar
|
||||
'hello_name' => 'Salut %s',
|
||||
'dashboard' => 'Tableau de bord',
|
||||
'admin_options' => 'Options d\'administration',
|
||||
'add_project' => 'Ajouter un projet',
|
||||
'settings' => 'Paramètres',
|
||||
'manage_users' => 'Gérer les utilisateurs',
|
||||
'plugins' => 'Plugins',
|
||||
'view' => 'Voir',
|
||||
'build_now' => 'Démarrer le build',
|
||||
'edit_project' => 'Éditer le projet',
|
||||
'delete_project' => 'Supprimer le projet',
|
||||
|
||||
// Project Summary:
|
||||
'no_builds_yet' => 'Aucun build pour le moment !',
|
||||
'x_of_x_failed' => '%d des %d derniers builds ont échoué.',
|
||||
'x_of_x_failed_short' => '%d échecs / %d.',
|
||||
'last_successful_build' => ' Le dernier build réussi date du %s.',
|
||||
'never_built_successfully' => ' Aucun build de ce projet n\'a réussi.',
|
||||
'all_builds_passed' => 'Les %d derniers builds ont réussi.',
|
||||
'all_builds_passed_short' => '%d réussites / %d.',
|
||||
'last_failed_build' => ' Le dernier build en échec date du %s.',
|
||||
'never_failed_build' => ' Aucun build de ce projet n\'a échoué.',
|
||||
'view_project' => 'Voir le projet',
|
||||
|
||||
// Timeline:
|
||||
'latest_builds' => 'Derniers builds',
|
||||
'pending' => 'En attente',
|
||||
'running' => 'En cours',
|
||||
'success' => 'Terminé',
|
||||
'successful' => 'Réussi',
|
||||
'failed' => 'Échoué',
|
||||
'manual_build' => 'Build manuel',
|
||||
|
||||
// Add/Edit Project:
|
||||
'new_project' => 'Nouveau Projet',
|
||||
'project_x_not_found' => 'Il n\'existe pas de Projet avec l\'ID %d.',
|
||||
'project_details' => 'Détails du Projet',
|
||||
'public_key_help' => 'Pour pouvoir démarrer plus facilement, nous avons généré une paire de clés SSH à utiliser avec ce projet.
|
||||
Pour l\'utiliser, il faut simplement ajouter la clé publique dans la section "Clés de déploiement"
|
||||
de votre outil d\'hébergement de code.',
|
||||
'select_repository_type' => 'Sélectionnez le type de dépôt...',
|
||||
'github' => 'GitHub',
|
||||
'bitbucket' => 'Bitbucket',
|
||||
'gitlab' => 'GitLab',
|
||||
'remote' => 'URL distante',
|
||||
'local' => 'Chemin local',
|
||||
'hg' => 'Mercurial',
|
||||
|
||||
'where_hosted' => 'Où est hébergé votre projet ?',
|
||||
'choose_github' => 'Choisissez un dépôt GitHub :',
|
||||
|
||||
'repo_name' => 'Nom du dépôt / URL (distance) ou chemin (local)',
|
||||
'project_title' => 'Titre du projet',
|
||||
'project_private_key' => 'Clé privée à utiliser pour accéder au dépôt
|
||||
(laissez le champ vide pour les dépôts locaux ou les URLs distantes anonymes)',
|
||||
'build_config' => 'Configuration PHP Censor spécifique pour ce projet
|
||||
(si vous ne pouvez pas ajouter de fichier phpci.yml à la racine du dépôt)',
|
||||
'default_branch' => 'Nom de la branche par défaut',
|
||||
'allow_public_status' => 'Activer la page de statut publique et l\'image pour ce projet ?',
|
||||
'archived' => 'Archived',
|
||||
'archived_menu' => 'Archived',
|
||||
'save_project' => 'Enregistrer le projet',
|
||||
|
||||
'error_mercurial' => 'Les URLs de dépôt Mercurial doivent commencer par http:// ou https://',
|
||||
'error_remote' => 'Les URLs de dépôt doivent commencer par git://, http:// ou https://',
|
||||
'error_gitlab' => 'Le nom du dépôt GitLab doit avoir le format "user@domain.tld:owner/repo.git"',
|
||||
'error_github' => 'Le nom du dépôt doit être dans le format "proprietaire/dépôt"',
|
||||
'error_bitbucket' => 'Le nom du dépôt doit être dans le format "proprietaire/dépôt"',
|
||||
'error_path' => 'Le chemin que vous avez spécifié n\'existe pas.',
|
||||
|
||||
// View Project:
|
||||
'all_branches' => 'Toutes les branches',
|
||||
'builds' => 'Builds',
|
||||
'id' => 'ID',
|
||||
'date' => 'Date',
|
||||
'project' => 'Projet',
|
||||
'commit' => 'Commit',
|
||||
'branch' => 'Branche',
|
||||
'status' => 'Statut',
|
||||
'prev_link' => '« Précédent',
|
||||
'next_link' => 'Suivant »',
|
||||
'public_key' => 'Clé Publique',
|
||||
'delete_build' => 'Supprimer le build',
|
||||
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_help_github' => 'Pour générer un build quand de nouveaux commits sont poussés, ajouter l\'url suivante
|
||||
en tant que new "Webhook" dans la section <a href="https://github.com/%s/settings/hooks">Webhooks
|
||||
and Services</a> de votre dépôt GitHub.',
|
||||
|
||||
'webhooks_help_gitlab' => 'Pour générer un build quand de nouveaux commits sont poussés, ajouter l\'url suivante
|
||||
and tant que "WebHook URL" dans la section Web Hooks de votre dépôt GitLab.',
|
||||
|
||||
'webhooks_help_bitbucket' => 'Pour générer un build quand de nouveaux commits sont poussés, ajouter l\'url suivante
|
||||
en tant que service "POST" dans la section
|
||||
<a href="https://bitbucket.org/%s/admin/services">
|
||||
Services</a> de votre dépôt Bitbucket.',
|
||||
|
||||
'errors' => 'Erreurs',
|
||||
'information' => 'Informations',
|
||||
|
||||
// View Build
|
||||
'build_x_not_found' => 'Le Build avec l\'ID %d n\'existe pas.',
|
||||
'build_n' => 'Build %d',
|
||||
'rebuild_now' => 'Relancer maintenant',
|
||||
|
||||
|
||||
'committed_by_x' => 'Committé par %s',
|
||||
'commit_id_x' => 'Commit : %s',
|
||||
|
||||
'chart_display' => 'Ce graphique s\'affichera une fois que le build sera terminé.',
|
||||
|
||||
'build' => 'Build',
|
||||
'lines' => 'Lignes',
|
||||
'comment_lines' => 'Lignes de commentaires',
|
||||
'noncomment_lines' => 'Lignes qui ne sont pas des commentaires',
|
||||
'logical_lines' => 'Lignes logiques',
|
||||
'lines_of_code' => 'Lignes de code',
|
||||
'build_log' => 'Log du build',
|
||||
'quality_trend' => 'Tendance de la qualité',
|
||||
'codeception_errors' => 'Erreurs Codeception',
|
||||
'phpmd_warnings' => 'Alertes PHPMD',
|
||||
'phpcs_warnings' => 'Alertes PHPCS',
|
||||
'phpcs_errors' => 'Erreurs PHPCS',
|
||||
'phplint_errors' => 'Erreurs de Lint',
|
||||
'phpunit_errors' => 'Erreurs PHPUnit',
|
||||
'phpdoccheck_warnings' => 'Blocs de documentation manquants',
|
||||
'issues' => 'Tickets',
|
||||
|
||||
'codeception' => 'Codeception',
|
||||
'phpcpd' => 'PHP Copy/Paste Detector',
|
||||
'phpcs' => 'PHP Code Sniffer',
|
||||
'phpdoccheck' => 'Missing Docblocks',
|
||||
'phpmd' => 'PHP Mess Detector',
|
||||
'phpspec' => 'PHP Spec',
|
||||
'phpunit' => 'PHP Unit',
|
||||
'behat' => 'Behat',
|
||||
|
||||
'file' => 'Fichier',
|
||||
'line' => 'Ligne',
|
||||
'class' => 'Classe',
|
||||
'method' => 'Méthode',
|
||||
'message' => 'Message',
|
||||
'start' => 'Démarrage',
|
||||
'end' => 'Fin',
|
||||
'from' => 'À partir de',
|
||||
'to' => 'jusque',
|
||||
'result' => 'Resultat',
|
||||
'ok' => 'OK',
|
||||
'took_n_seconds' => 'Exécuté en %d secondes',
|
||||
'build_created' => 'Build créé',
|
||||
'build_started' => 'Build démarré',
|
||||
'build_finished' => 'Build terminé',
|
||||
'test_message' => 'Message',
|
||||
'test_no_message' => 'Pas de message',
|
||||
'test_success' => 'Réussi(s): %d',
|
||||
'test_fail' => 'Echec(s): %d',
|
||||
'test_skipped' => 'Passé(s): %d',
|
||||
'test_error' => 'Erreurs: %d',
|
||||
'test_todo' => 'Todos: %d',
|
||||
'test_total' => '%d test(s)',
|
||||
|
||||
// Users
|
||||
'name' => 'Nom',
|
||||
'password_change' => 'Mot de passe (laissez vide si vous ne voulez pas le changer)',
|
||||
'save' => 'Sauvegarder »',
|
||||
'update_your_details' => 'Mettre à jour vos préférences',
|
||||
'your_details_updated' => 'Vos préférences ont été bien mises à jour.',
|
||||
'add_user' => 'Ajouter un utilisateur',
|
||||
'is_admin' => 'Est-il administrateur ?',
|
||||
'yes' => 'Oui',
|
||||
'no' => 'Non',
|
||||
'edit' => 'Éditer',
|
||||
'edit_user' => 'Éditer l\'utilisateur',
|
||||
'delete_user' => 'Supprimer l\'utilisateur',
|
||||
'user_n_not_found' => 'L\'utilisateur avec l\'ID %d n\'existe pas.',
|
||||
'is_user_admin' => 'Est-ce que cet utilisateur est administrateur?',
|
||||
'save_user' => 'Sauvegarder l\'utilisateur',
|
||||
|
||||
// Settings:
|
||||
'settings_saved' => 'Vos paramètres ont été sauvegardés.',
|
||||
'settings_check_perms' => 'Vos paramètres n\'ont pas pu être sauvegardés, vérifiez les permissions sur le fichier config.yml.',
|
||||
'settings_cannot_write' => 'PHP Censor ne peut pas écrire dans votre fichier config.yml, les paramètres ne pourront pas être sauvegardés correctement
|
||||
tant que ce ne sera pas corrigé.',
|
||||
'settings_github_linked' => 'Votre compte GitHub n\'a pas été lié.',
|
||||
'settings_github_not_linked' => 'Votre compte GitHub ne peut pas être lié.',
|
||||
'build_settings' => 'Configuration du Build',
|
||||
'github_application' => 'Application GitHub',
|
||||
'github_sign_in' => 'Avant de commencer à utiliser GitHub, vous devez vous <a href="%s">connecter</a> et autoriser
|
||||
PHP Censor à accéder à votre compte.',
|
||||
'github_phpci_linked' => 'PHP Censor s\'est connecté avec succès au compte GitHub.',
|
||||
'github_where_to_find' => 'Où trouver ces informations...',
|
||||
'github_where_help' => 'Si vous souhaitez utiliser une application qui vous appartient, vous pouvez trouver ces informations dans
|
||||
la zone de paramètres <a href="https://github.com/settings/applications">applications</a>.',
|
||||
|
||||
'email_settings' => 'Configuration Email',
|
||||
'email_settings_help' => 'Avant que PHP Censor puisse envoyer des emails concernant les statuts de build,
|
||||
vous devez entrer les configurations SMTP ci-dessous.',
|
||||
|
||||
'application_id' => 'Identifiant d\'application',
|
||||
'application_secret' => 'Clé secrète de l\'application',
|
||||
|
||||
'smtp_server' => 'Serveur SMTP',
|
||||
'smtp_port' => 'Port SMTP',
|
||||
'smtp_username' => 'Nom d\'utilisateur SMTP',
|
||||
'smtp_password' => 'Mot de passe SMTP',
|
||||
'from_email_address' => 'Adresse à partir de laquelle sont envoyés les emails',
|
||||
'default_notification_address' => 'Adresse de notification par défaut',
|
||||
'use_smtp_encryption' => 'Est-ce que vous voulez utiliser le chiffrement SMTP',
|
||||
'none' => 'Non',
|
||||
'ssl' => 'SSL',
|
||||
'tls' => 'TLS',
|
||||
|
||||
'failed_after' => 'Considérer qu\'un build a échoué après',
|
||||
'5_mins' => '5 Minutes',
|
||||
'15_mins' => '15 Minutes',
|
||||
'30_mins' => '30 Minutes',
|
||||
'1_hour' => '1 Heure',
|
||||
'3_hours' => '3 Heures',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'PHP Censor ne peut pas mettre à jour le fichier composer.json pour vous, il n\'est pas modifiable.',
|
||||
'x_has_been_removed' => '%s a été supprimé.',
|
||||
'x_has_been_added' => '%s a été ajouté au fichier composer.json pour vous et il sera installé la prochaine fois
|
||||
que vous lancerez "composer update".',
|
||||
'enabled_plugins' => 'Plugins activés',
|
||||
'provided_by_package' => 'Fournis par le paquet',
|
||||
'installed_packages' => 'Paquets installés',
|
||||
'suggested_packages' => 'Paquets suggérés',
|
||||
'title' => 'Titre',
|
||||
'description' => 'Description',
|
||||
'version' => 'Version',
|
||||
'install' => 'Installer »',
|
||||
'remove' => 'Supprimer »',
|
||||
'search_packagist_for_more' => 'Rechercher sur Packagist pour trouver plus de paquets',
|
||||
'search' => 'Rechercher »',
|
||||
|
||||
// Summary plugin
|
||||
'build-summary' => 'Résumé',
|
||||
'stage' => 'Étape',
|
||||
'duration' => 'Durée',
|
||||
'plugin' => 'Plugin',
|
||||
'stage_setup' => 'Préparation',
|
||||
'stage_test' => 'Test',
|
||||
'stage_complete' => 'Terminé',
|
||||
'stage_success' => 'Succes',
|
||||
'stage_failure' => 'Échec',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'URL d\'installation de PHP Censor',
|
||||
'db_host' => 'Hôte de la BDD',
|
||||
'db_name' => 'Nom de la BDD',
|
||||
'db_user' => 'Nom d\'utilisateur de la BDD',
|
||||
'db_pass' => 'Mot de passe de la BDD',
|
||||
'admin_name' => 'Nom de l\'admin',
|
||||
'admin_pass' => 'Mot de passe admin',
|
||||
'admin_email' => 'Adresse email de l\'admin',
|
||||
'config_path' => 'Chemin vers le fichier de configuration',
|
||||
'install_phpci' => 'Installer PHP Censor',
|
||||
'welcome_to_phpci' => 'Bienvenue sur PHP Censor',
|
||||
'please_answer' => 'Merci de répondre aux questions suivantes :',
|
||||
'phpci_php_req' => 'PHP Censor requiert au moins PHP 5.3.8 pour fonctionner.',
|
||||
'extension_required' => 'Extensions requises : %s',
|
||||
'function_required' => 'PHP Censor doit être capable d\'appeler la fonction %s(). Est-ce qu\'elle est désactivée dans votre php.ini?',
|
||||
'requirements_not_met' => 'PHP Censor ne peut pas être installé parce que toutes les conditions requises ne sont pas respectées.
|
||||
Merci de corriger les erreurs ci-dessus avant de continuer.',
|
||||
'must_be_valid_email' => 'Doit être une adresse email valide.',
|
||||
'must_be_valid_url' => 'Doit être une URL valide.',
|
||||
'enter_name' => 'Nom de l\'admin: ',
|
||||
'enter_email' => 'Email de l\'admin: ',
|
||||
'enter_password' => 'Mot de passe de l\'admin: ',
|
||||
'enter_phpci_url' => 'Votre URL vers PHP Censor (par exemple "http://phpci.local"): ',
|
||||
|
||||
'enter_db_host' => 'Merci d\'entrer le nom d\'hôte MySQL [localhost]: ',
|
||||
'enter_db_name' => 'Merci d\'entrer le nom de la base MySQL [phpci]: ',
|
||||
'enter_db_user' => 'Merci d\'entrer le nom d\'utilisateur MySQL [phpci]: ',
|
||||
'enter_db_pass' => 'Merci d\'entrer le mot de passe MySQL: ',
|
||||
'could_not_connect' => 'PHP Censor ne peut pas se connecter à MySQL à partir des informations fournies. Veuillez réessayer..',
|
||||
'setting_up_db' => 'Paramétrage de la base de données... ',
|
||||
'user_created' => 'Le compte utilisateur a été créé !',
|
||||
'failed_to_create' => 'PHP Censor n\'a pas réussi à créer votre compte admin.',
|
||||
'config_exists' => 'Le fichier de configuration PHP Censor existe et n\'est pas vide.',
|
||||
'update_instead' => 'Si vous essayez de mettre à jour PHP Censor, merci d\'utiliser la commande phpci:update.',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Mise à jour de la base de données pour refléter les modifications apportées aux modèles.',
|
||||
'updating_phpci' => 'Mise à jour de la base de données PHP Censor : ',
|
||||
'not_installed' => 'PHP Censor n\'a pas l\'air d\'être installé.',
|
||||
'install_instead' => 'Merci d\'installer PHP Censor grâce à la commande phpci:install.',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'Demander à GitHub de vérifier si nous devons démarrer un build.',
|
||||
'no_token' => 'Aucun token GitHub n\'a été trouvé',
|
||||
'finding_projects' => 'Recherche des projets à sonder',
|
||||
'found_n_projects' => '%d projets trouvés',
|
||||
'last_commit_is' => 'Le dernier commit sur GitHub pour %s est %s',
|
||||
'adding_new_build' => 'Le dernier commit est différent de celui présent en base de données, ajout d\'un nouveau build.',
|
||||
'finished_processing_builds' => 'Traitement des builds terminé.',
|
||||
|
||||
// Create Admin
|
||||
'create_admin_user' => 'Créer un utilisateur admin',
|
||||
'incorrect_format' => 'Format incorrect',
|
||||
|
||||
// Create Build Command
|
||||
'create_build_project' => 'Créer un build projet',
|
||||
'project_id_argument' => 'ID du projet',
|
||||
'commit_id_option' => 'ID du commit',
|
||||
'branch_name_option' => 'Branche',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Démarrage de tout les builds PHP Censor en attente.',
|
||||
'finding_builds' => 'Découverte des builds à traiter',
|
||||
'found_n_builds' => '%d builds trouvés',
|
||||
'skipping_build' => 'Saut du build %d - Un build sur le projet est déjà en cours.',
|
||||
'marked_as_failed' => 'Le build %d a été marqué échoué à cause d\'un timeout.',
|
||||
|
||||
// Builder
|
||||
'missing_phpci_yml' => 'Ce projet ne contient pas de fichier phpci.yml, ou il est vide.',
|
||||
'build_success' => 'BUILD RÉUSSI',
|
||||
'build_failed' => 'BUILD ÉCHOUÉ',
|
||||
'removing_build' => 'Suppression du build.',
|
||||
'exception' => 'Exception: ',
|
||||
'could_not_create_working' => 'Impossible de créer un copie de travail.',
|
||||
'working_copy_created' => 'Copie de travail créée: %s',
|
||||
'looking_for_binary' => 'Recherche du binaire: %s',
|
||||
'found_in_path' => 'Trouver dans %s: %s',
|
||||
'running_plugin' => 'EXÉCUTION DU PLUGIN: %s',
|
||||
'plugin_success' => 'PLUGIN: RÉUSSI',
|
||||
'plugin_failed' => 'PLUGIN: ÉCHOUÉ',
|
||||
'plugin_missing' => 'Le plugins n\'existe pas: %s',
|
||||
'tap_version' => 'TapParser supporte seulement les TAP version 13',
|
||||
'tap_error' => 'Chaîne de TAP invalide, le nombre de tests ne correspond pas à celui spécifié.',
|
||||
|
||||
// Build Plugins:
|
||||
'no_tests_performed' => 'Aucun test n\'a été exécuté.',
|
||||
'could_not_find' => 'Impossible de trouver %s',
|
||||
'no_campfire_settings' => 'Aucune information de connexion n\'a été fournie pour le plugin Campfire',
|
||||
'failed_to_wipe' => 'Impossible de supprimer le dossier %s avant de copier',
|
||||
'passing_build' => 'Passing Build',
|
||||
'failing_build' => 'Failing Build',
|
||||
'log_output' => 'Sortie de log : ',
|
||||
'n_emails_sent' => '%d emails envoyés.',
|
||||
'n_emails_failed' => '%d emails dont l\'envoi a échoué.',
|
||||
'unable_to_set_env' => 'Impossible d\'initialiser la variable d\'environnement',
|
||||
'tag_created' => 'Tag créé par PHP Censor : %s',
|
||||
'x_built_at_x' => '%PROJECT_TITLE% construit à %BUILD_URI%',
|
||||
'hipchat_settings' => 'Merci de définir une "room" et un "authToken" pour le plugin hipchat_notify',
|
||||
'irc_settings' => 'Vous devez configurer un serveur, une "room" et un "nick".',
|
||||
'invalid_command' => 'Commande invalide',
|
||||
'import_file_key' => 'La déclaration d\'import doit contenir un \'fichier\' clé',
|
||||
'cannot_open_import' => 'Impossible d\'importer le ficher SQL : %s',
|
||||
'unable_to_execute' => 'Impossible d\'exécuter le ficher SQL',
|
||||
'phar_internal_error' => 'Erreur interne au plugin Phar',
|
||||
'build_file_missing' => 'Le fichier de build spécifié n\'existe pas.',
|
||||
'property_file_missing' => 'Le fichier de propriété spécifié n\'existe pas.',
|
||||
'could_not_process_report' => 'Impossible de traiter le rapport généré par cet outil.',
|
||||
'shell_not_enabled' => 'Le plugn shell n\'est pas activé. Merci de l\'activer via le fichier config.yml.',
|
||||
|
||||
// Error Levels:
|
||||
'critical' => 'Critique',
|
||||
'high' => 'Haut',
|
||||
'normal' => 'Normal',
|
||||
'low' => 'Base',
|
||||
];
|
||||
400
src/PHPCensor/Languages/lang.it.php
Normal file
400
src/PHPCensor/Languages/lang.it.php
Normal file
|
|
@ -0,0 +1,400 @@
|
|||
<?php
|
||||
/**
|
||||
* PHPCI - Continuous Integration for PHP
|
||||
*
|
||||
* @copyright Copyright 2014, Block 8 Limited.
|
||||
* @license https://github.com/Block8/PHPCI/blob/master/LICENSE.md
|
||||
* @link https://www.phptesting.org/
|
||||
*/
|
||||
|
||||
return [
|
||||
'language_name' => 'Italiano',
|
||||
'language' => 'Lingua',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'Accedi a PHP Censor',
|
||||
'login_error' => 'Indirizzo email o password errati',
|
||||
'forgotten_password_link' => 'Hai dimenticato la tua password?',
|
||||
'reset_emailed' => 'Ti abbiamo inviato un link via email per ripristinare la tua password.',
|
||||
'reset_header' => '<strong>Non preoccuparti!</strong><br>E\' sufficiente inserire il tuo indirizzo email di seguito e ti invieremo una email con il link per il ripristino della tua password.',
|
||||
'reset_email_address' => 'Inserisci il tuo indirizzo email:',
|
||||
'reset_send_email' => 'Invia il link di reset della password',
|
||||
'reset_enter_password' => 'Per favore inserisci la nuova password',
|
||||
'reset_new_password' => 'Nuova password:',
|
||||
'reset_change_password' => 'Cambia password',
|
||||
'reset_no_user_exists' => 'Non esiste nessun utente con questo indirizzo email, per favore prova ancora.',
|
||||
'reset_email_body' => 'Ciao %s,
|
||||
|
||||
hai ricevuto questa email perché tu, o qualcun\'altro, ha richiesto un reset della password per PHP Censor.
|
||||
|
||||
Se questa mail è tua, per favore apri il seguente link per ripristinare la tua password: %ssession/reset-password/%d/%s
|
||||
|
||||
altrimenti, per favore, ignora questa email e nessuna azione verrà intrapresa.
|
||||
|
||||
Grazie,
|
||||
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'Ripristino della password di PHP Censor per %s',
|
||||
'reset_invalid' => 'Richeista di ripristino password non valida.',
|
||||
'email_address' => 'Indirizzo Email',
|
||||
'login' => 'Login / Email Address',
|
||||
'password' => 'Password',
|
||||
'log_in' => 'Accedi',
|
||||
|
||||
// Top Nav
|
||||
'toggle_navigation' => 'Alterna navigazione',
|
||||
'n_builds_pending' => '%d build in attesa',
|
||||
'n_builds_running' => '%d build in corso',
|
||||
'edit_profile' => 'Modifica il Profilo',
|
||||
'sign_out' => 'Disconnettiti',
|
||||
'branch_x' => 'Branch: %s',
|
||||
'created_x' => 'Creato: %s',
|
||||
'started_x' => 'Avviato: %s',
|
||||
|
||||
// Sidebar
|
||||
'hello_name' => 'Ciao, %s',
|
||||
'dashboard' => 'Dashboard',
|
||||
'admin_options' => 'Opzioni di amministrazione',
|
||||
'add_project' => 'Aggiungi un Progetto',
|
||||
'settings' => 'Impostazioni',
|
||||
'manage_users' => 'Gestisci Utenti',
|
||||
'plugins' => 'Plugins',
|
||||
'view' => 'Visualizzazione',
|
||||
'build_now' => 'Avvia una build ora',
|
||||
'edit_project' => 'Modifica il Progetto',
|
||||
'delete_project' => 'Cancella il Progetto',
|
||||
|
||||
// Project Summary:
|
||||
'no_builds_yet' => 'Ancora nessuna build!',
|
||||
'x_of_x_failed' => '%d delle ultime %d build sono fallite.',
|
||||
'x_of_x_failed_short' => '%d / %d fallite.',
|
||||
'last_successful_build' => ' L\'ultima build è %s.',
|
||||
'never_built_successfully' => ' Questo progetto non ha nessuna build eseguita con successo.',
|
||||
'all_builds_passed' => 'Tutte le ultime %d build sono valide.',
|
||||
'all_builds_passed_short' => '%d / %d valide.',
|
||||
'last_failed_build' => ' L\'ultima build è %s.',
|
||||
'never_failed_build' => ' Questo progetto non ha nessuna build fallita.',
|
||||
'view_project' => 'Visualizza il Progetto',
|
||||
|
||||
// Timeline:
|
||||
'latest_builds' => 'Ultime Build',
|
||||
'pending' => 'In attesa',
|
||||
'running' => 'In corso',
|
||||
'success' => 'Successo',
|
||||
'successful' => 'Con successo',
|
||||
'failed' => 'Fallita',
|
||||
'manual_build' => 'Build Manuale',
|
||||
|
||||
// Add/Edit Project:
|
||||
'new_project' => 'Nuovo Progetto',
|
||||
'project_x_not_found' => 'Progetto con ID %d non esistente.',
|
||||
'project_details' => 'Dettagli del Progetto',
|
||||
'public_key_help' => 'Per rendere più facile la procedura, abbiamo generato una chiave SSH per te da
|
||||
usare per questo progetto. Per usarla, aggiungi la chiave pubblica alle "deploy keys"
|
||||
della piattaforma di gestione del codice che hai scelto.',
|
||||
'select_repository_type' => 'Seleziona il tipo di repository...',
|
||||
'github' => 'GitHub',
|
||||
'bitbucket' => 'Bitbucket',
|
||||
'gitlab' => 'GitLab',
|
||||
'remote' => 'URL Remoto',
|
||||
'local' => 'Percorso Locale',
|
||||
'hg' => 'Mercurial',
|
||||
|
||||
'where_hosted' => 'Dove è archiviato il tuo progetto?',
|
||||
'choose_github' => 'Scegli il repository di GitHub:',
|
||||
|
||||
'repo_name' => 'Nome del Repository / URL (Remoto) o Percorso (Locale)',
|
||||
'project_title' => 'Titolo del Progetto',
|
||||
'project_private_key' => 'Chiave provata da usare per accedere al repository
|
||||
(lascia vuota per repository locali o remoti con accesso anonimo)',
|
||||
'build_config' => 'condigurazione della build di PHP Censor per questo progetto
|
||||
(se non puoi aggiungere il file phpci.yml nel repository di questo progetto)',
|
||||
'default_branch' => 'Nome del branch di default',
|
||||
'allow_public_status' => 'Vuoi rendere pubblica la pagina dello stato e l\'immagine per questo progetto?',
|
||||
'archived' => 'Archived',
|
||||
'archived_menu' => 'Archived',
|
||||
'save_project' => 'Salva il Progetto',
|
||||
|
||||
'error_mercurial' => 'L\'URL del repository Mercurial URL deve iniziare con http:// o https://',
|
||||
'error_remote' => 'L\'URL del repository deve iniziare con git://, http:// o https://',
|
||||
'error_gitlab' => 'Il nome del repository di GitLab deve essere nel seguente formato "utente@dominio.tld:proprietario/repository.git"',
|
||||
'error_github' => 'Il nome del repository deve essere nel formato "proprietario/repository"',
|
||||
'error_bitbucket' => 'Il nome del repository deve essere nel formato "proprietario/repository"',
|
||||
'error_path' => 'The path you specified does not exist.',
|
||||
'error_path' => 'Il percorso che hai indicato non esiste.',
|
||||
|
||||
// View Project:
|
||||
'all_branches' => 'Tutti i Branche',
|
||||
'builds' => 'Builds',
|
||||
'id' => 'ID',
|
||||
'date' => 'Data',
|
||||
'project' => 'Progetto',
|
||||
'commit' => 'Commit',
|
||||
'branch' => 'Branch',
|
||||
'status' => 'Stato',
|
||||
'prev_link' => '« Precedente',
|
||||
'next_link' => 'Successivo »',
|
||||
'public_key' => 'Chiave pubblica',
|
||||
'delete_build' => 'Rimuovi build',
|
||||
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_help_github' => 'Per effettuare la build automatica di questo progetto quando vengono inseriti nuovi commit,
|
||||
aggiungi l\'URL seguente come "Webhook" nella sezione
|
||||
<a href="https://github.com/%s/settings/hooks">Webhooks and Services</a> del tuo
|
||||
repository su GitHub.',
|
||||
|
||||
'webhooks_help_gitlab' => 'Per effettuare la build automatica di questo progetto quando vengono inseriti nuovi commit,
|
||||
aggiungi l\'URL seguente come "Webhook URL" nella sezione "WebHook URL" del tuo
|
||||
repository GitLab.',
|
||||
|
||||
'webhooks_help_bitbucket' => 'Per effettuare la build automatica di questo progetto quando vengono inseriti nuovi
|
||||
commit, aggiungi l\'URL seguente come serizio "POST" nella sezione
|
||||
<a href="https://bitbucket.org/%s/admin/services">Services</a> del tuo repository su
|
||||
BITBUCKET.',
|
||||
|
||||
// View Build
|
||||
'build_x_not_found' => 'La build con ID %d non esite.',
|
||||
'build_n' => 'Build %d',
|
||||
'rebuild_now' => 'Esegui nuovamente la build ora',
|
||||
|
||||
|
||||
'committed_by_x' => 'Inviato da %s',
|
||||
'commit_id_x' => 'Commit: %s',
|
||||
|
||||
'chart_display' => 'Questo grafico verrà mostrato una volta terminata la build.',
|
||||
|
||||
'build' => 'Build',
|
||||
'lines' => 'Linee',
|
||||
'comment_lines' => 'Linee di commenti',
|
||||
'noncomment_lines' => 'Linee che non sono commenti',
|
||||
'logical_lines' => 'Linee di logica',
|
||||
'lines_of_code' => 'Linee di codice',
|
||||
'build_log' => 'Log della build',
|
||||
'quality_trend' => 'Trend della qualità',
|
||||
'codeception_errors' => 'Errori di Codeception',
|
||||
'phpmd_warnings' => 'Avvisi di PHPMD',
|
||||
'phpcs_warnings' => 'Avvisi di PHPCS',
|
||||
'phpcs_errors' => 'Errori di PHPCS',
|
||||
'phplint_errors' => 'Errori di Lint',
|
||||
'phpunit_errors' => 'Errori di PHPUnit',
|
||||
'phpdoccheck_warnings' => 'Docblocks mancanti',
|
||||
'issues' => 'Segnalazioni',
|
||||
|
||||
'codeception' => 'Codeception',
|
||||
'phpcpd' => 'PHP Copy/Paste Detector',
|
||||
'phpcs' => 'PHP Code Sniffer',
|
||||
'phpdoccheck' => 'Docblocks mancanti',
|
||||
'phpmd' => 'PHP Mess Detector',
|
||||
'phpspec' => 'PHP Spec',
|
||||
'phpunit' => 'PHP Unit',
|
||||
|
||||
'file' => 'File',
|
||||
'line' => 'Lina',
|
||||
'class' => 'Classe',
|
||||
'method' => 'Metodo',
|
||||
'message' => 'Messaggio',
|
||||
'start' => 'Inizia',
|
||||
'end' => 'Finisci',
|
||||
'from' => 'Da',
|
||||
'to' => 'A',
|
||||
'result' => 'Risultati',
|
||||
'ok' => 'OK',
|
||||
'took_n_seconds' => 'Sono stati impiegati %d seconds',
|
||||
'build_created' => 'Build Creata',
|
||||
'build_started' => 'Build Avviata',
|
||||
'build_finished' => 'Build Terminata',
|
||||
'test_message' => 'Message',
|
||||
'test_no_message' => 'No message',
|
||||
'test_success' => 'Successful: %d',
|
||||
'test_fail' => 'Failures: %d',
|
||||
'test_skipped' => 'Skipped: %d',
|
||||
'test_error' => 'Errors: %d',
|
||||
'test_todo' => 'Todos: %d',
|
||||
'test_total' => '%d test(s)',
|
||||
|
||||
// Users
|
||||
'name' => 'Nome',
|
||||
'password_change' => 'Password (lascia vuota se non vuoi modificarla)',
|
||||
'save' => 'Salva »',
|
||||
'update_your_details' => 'Aggiorna le tue informazioni',
|
||||
'your_details_updated' => 'Le tue informazioni sono state aggiornate.',
|
||||
'add_user' => 'Aggiung utent',
|
||||
'is_admin' => 'E\' amministratore?',
|
||||
'yes' => 'Si',
|
||||
'no' => 'No',
|
||||
'edit' => 'Modifica',
|
||||
'edit_user' => 'Modifica utente',
|
||||
'delete_user' => 'Cancella utente',
|
||||
'user_n_not_found' => 'L\'utente con ID %d non esiste.',
|
||||
'is_user_admin' => 'Questo utente è un amministratore?',
|
||||
'save_user' => 'Salva utente',
|
||||
|
||||
// Settings:
|
||||
'settings_saved' => 'Le configurazioni sono state salvate.',
|
||||
'settings_check_perms' => 'Le configurazioni non possono essere salvate, controlla i permessi del filer config.yml.',
|
||||
'settings_cannot_write' => 'PHP Censor non può scrivere il file config.yml, le configurazioni potrebbero non essere
|
||||
salvate correttamente fintanto che il problema non verrà risolto.',
|
||||
'settings_github_linked' => 'Il tuo account GitHub è stato collegato.',
|
||||
'settings_github_not_linked' => 'Il tuo account GitHub non può essere collegato.',
|
||||
'build_settings' => 'Configurazioni della build',
|
||||
'github_application' => 'Applicazione GitHub',
|
||||
'github_sign_in' => 'Prima di poter iniziare ad usare GitHub, è necessario <a href="%s">collegarsi</a> e garantire
|
||||
a PHP Censor l\'accesso al tuo account.',
|
||||
'github_phpci_linked' => 'PHP Censor è stato collegato correttamente al tuo account GitHub.',
|
||||
'github_where_to_find' => 'Dove trovare queste...',
|
||||
'github_where_help' => 'Se sei il proprietario dell\'applicazione, puoi trovare queste informazioni nell\'area delle
|
||||
configurazioni dell\'<a href="https://github.com/settings/applications">applicazione</a>.',
|
||||
|
||||
'email_settings' => 'Impostazioni Email',
|
||||
'email_settings_help' => 'Prima che possa inviare le email con lo status PHP Censor, devi configurare l\'SMTP qui sotto.',
|
||||
|
||||
'application_id' => 'ID dell\'Applicazione',
|
||||
'application_secret' => 'Secret dell\'Applicazione',
|
||||
|
||||
'smtp_server' => 'Server SMTP',
|
||||
'smtp_port' => 'Porta SMTP',
|
||||
'smtp_username' => 'Username SMTP',
|
||||
'smtp_password' => 'Password SMTP',
|
||||
'from_email_address' => 'Indirizzio Email del mittente',
|
||||
'default_notification_address' => 'Indirizzo email delle notifiche predefinito',
|
||||
'use_smtp_encryption' => 'Utilizzare l\'Encrypting per SMTP?',
|
||||
'none' => 'No',
|
||||
'ssl' => 'SSL',
|
||||
'tls' => 'TLS',
|
||||
|
||||
'failed_after' => 'Considera la build fallita dopo',
|
||||
'5_mins' => '5 Minuti',
|
||||
'15_mins' => '15 Minuti',
|
||||
'30_mins' => '30 Minuti',
|
||||
'1_hour' => '1 Ora',
|
||||
'3_hours' => '3 Ore',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'PHP Censor non può aggiornare composer.json per te non essendo scrivibile.',
|
||||
'x_has_been_removed' => '%s è stato rimosso.',
|
||||
'x_has_been_added' => '%s è stato aggiunto al file composer.json per te, verrà installato la prossima volta che eseguirai
|
||||
composer update.',
|
||||
'enabled_plugins' => 'Plugins attivati',
|
||||
'provided_by_package' => 'Fornito dal pacchetto',
|
||||
'installed_packages' => 'Pacchetti installati',
|
||||
'suggested_packages' => 'Paccehtti suggeriti',
|
||||
'title' => 'Titolo',
|
||||
'description' => 'Descrizione',
|
||||
'version' => 'Versione',
|
||||
'install' => 'Installa »',
|
||||
'remove' => 'Rimuovi »',
|
||||
'search_packagist_for_more' => 'Cerca altri pacchetti su Packagist',
|
||||
'search' => 'Cerca »',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'URL di installazione di PHP Censor',
|
||||
'db_host' => 'Host del Database',
|
||||
'db_name' => 'Nome del Database',
|
||||
'db_user' => 'Username del Database',
|
||||
'db_pass' => 'Password del Database',
|
||||
'admin_name' => 'Nome dell\'amministratore',
|
||||
'admin_pass' => 'Password dell\'amministratore',
|
||||
'admin_email' => 'Email dell\'amministratore',
|
||||
'config_path' => 'Percorso del file di configurazione',
|
||||
'install_phpci' => 'Installa PHP Censor',
|
||||
'welcome_to_phpci' => 'Benvenuto in PHP Censor',
|
||||
'please_answer' => 'Per favore rispondi alle seguenti domande:',
|
||||
'phpci_php_req' => 'PHP Censor richiede come minimo PHP 5.3.8 per funzionare.',
|
||||
'extension_required' => 'Le estensioni richieste sono: %s',
|
||||
'function_required' => 'PHP Censor richiede di poter chiamare la funzione %s(). Questa funzionalità è disabibiltata nel
|
||||
php.ini?',
|
||||
'requirements_not_met' => 'PHP Censor non può essere installato, non tutti i requisiti sono soddisfatti.
|
||||
Per favore controlla gli errori riportati prima di proseguire.',
|
||||
'must_be_valid_email' => 'Deve essere un indirizzo email valido.',
|
||||
'must_be_valid_url' => 'Deve essere un URL valido.',
|
||||
'enter_name' => 'Nome dell\'amministratore: ',
|
||||
'enter_email' => 'Email dell\'amministratore: ',
|
||||
'enter_password' => 'Password dell\'amministratore: ',
|
||||
'enter_phpci_url' => 'L\'URL di PHP Censor ("http://phpci.locale" ad esempio): ',
|
||||
|
||||
'enter_db_host' => 'Per favore inserisci l\'host MySQL [localhost]: ',
|
||||
'enter_db_name' => 'Per favore inserisci il nome MySQL [phpci]: ',
|
||||
'enter_db_user' => 'Per favore inserisci l\'username MySQL [phpci]: ',
|
||||
'enter_db_pass' => 'Per favore inserisci la password MySQL: ',
|
||||
'could_not_connect' => 'PHP Censor non può connettersi a MySQL con le informazioni fornite. Per favore prova ancora.',
|
||||
'setting_up_db' => 'Configurzione del tuo database... ',
|
||||
'user_created' => 'Account utente creato!',
|
||||
'failed_to_create' => 'PHP Censor non è riuscito a creare il tuo account amministrativo.',
|
||||
'config_exists' => 'Il file di configurazione di PHP Censor esiste e non è vuoto.',
|
||||
'update_instead' => 'Se stai cercando di aggiornare PHP Censor, per favore usa phpci:update.',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Aggiorna il database per riflettere le modifiche ai model.',
|
||||
'updating_phpci' => 'Aggiornamenti del database di PHP Censor: ',
|
||||
'not_installed' => 'PHP Censor sembra non essere installato.',
|
||||
'install_instead' => 'Per favore installa PHP Censor tramite phpci:install.',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'Richiesta a GitHub per verificare se è necessario avviare una build.',
|
||||
'no_token' => 'Nessuno token per GitHub trovato',
|
||||
'finding_projects' => 'Ricerca dei progetti da aggiornare',
|
||||
'found_n_projects' => 'Trovati %d progetti',
|
||||
'last_commit_is' => 'Ultimo commit su GitHub per %s è %s',
|
||||
'adding_new_build' => 'L\'ultimo commit è diverso da quello registrato, new build aggiunta.',
|
||||
'finished_processing_builds' => 'Terminato di processare le build.',
|
||||
|
||||
// Create Admin
|
||||
'create_admin_user' => 'Crea un nuovo utente amministrarore',
|
||||
'incorrect_format' => 'Formato errato',
|
||||
|
||||
// Create Build Command
|
||||
'create_build_project' => 'Create a build for a project',
|
||||
'project_id_argument' => 'A project ID',
|
||||
'commit_id_option' => 'Commit ID to build',
|
||||
'branch_name_option' => 'Branch to build',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Esegui tutte le build in attesa su PHP Censor.',
|
||||
'finding_builds' => 'Ricerca delel build da processare',
|
||||
'found_n_builds' => 'Trovate %d build',
|
||||
'skipping_build' => 'Saltata la build %d - La build del progetto è già in corso.',
|
||||
'marked_as_failed' => 'Build %d è stata contrassegnata come fallita per un timeout.',
|
||||
|
||||
// Builder
|
||||
'missing_phpci_yml' => 'Questo progetto non contiene il file phpci.yml, o il file è vuoto.',
|
||||
'build_success' => 'BUILD PASSATA',
|
||||
'build_failed' => 'BUILD FALLITA',
|
||||
'removing_build' => 'Rimozione build.',
|
||||
'exception' => 'Eccezione: ',
|
||||
'could_not_create_working' => 'Non può essere creata una copia di lavoro.',
|
||||
'working_copy_created' => 'Copia di lavoro creata: %s',
|
||||
'looking_for_binary' => 'Ricerca per il binario: %s',
|
||||
'found_in_path' => 'Trovato in %s: %s',
|
||||
'running_plugin' => 'PLUGIN IN ESECUZIONE: %s',
|
||||
'plugin_success' => 'PLUGIN: PASSATO',
|
||||
'plugin_failed' => 'PLUGIN: FALLITO',
|
||||
'plugin_missing' => 'Plugin non esistente: %s',
|
||||
'tap_version' => 'TapParser supporta solo la versione TAP 13',
|
||||
'tap_error' => 'Stringa TAP non valida, il numero dei test non corrisponde con il numero di test contati.',
|
||||
|
||||
// Build Plugins:
|
||||
'no_tests_performed' => 'Nessun test è stato eseguito.',
|
||||
'could_not_find' => 'Non posso trovare %s',
|
||||
'no_campfire_settings' => 'Nessun parametro di connessione trovato per il plugin Campfire.',
|
||||
'failed_to_wipe' => 'Errore nel pulire la cartella %s prima di effettuare la copia',
|
||||
'passing_build' => 'Build passata',
|
||||
'failing_build' => 'Build fallita',
|
||||
'log_output' => 'Log: ',
|
||||
'n_emails_sent' => '%d email inviate.',
|
||||
'n_emails_failed' => '%d email da inviare fallite.',
|
||||
'unable_to_set_env' => 'Errore nel settare la variabile di ambiente',
|
||||
'tag_created' => 'Tag creato da PHP Censor: %s',
|
||||
'x_built_at_x' => '%PROJECT_TITLE% buildato in %BUILD_URI%',
|
||||
'hipchat_settings' => 'Per favore definire la stanza e authToken per il plugin hipchat_notify',
|
||||
'irc_settings' => 'Devi configurare server, stanza e nick.',
|
||||
'invalid_command' => 'Comando non valido',
|
||||
'import_file_key' => 'L\'import deve contenrere la chiave \'file\'',
|
||||
'cannot_open_import' => 'Impossobile aprire il file SQL da importare: %s',
|
||||
'unable_to_execute' => 'Impossibile eseguire il file SQL',
|
||||
'phar_internal_error' => 'Errore interno del plugin Phar',
|
||||
'build_file_missing' => 'Il file di build specificato non esiste.',
|
||||
'property_file_missing' => 'Il file di proprietà specificato non esiste.',
|
||||
'could_not_process_report' => 'Non è possibile processare il report generato da questo tool.',
|
||||
'shell_not_enabled' => 'Il plugin shell non è attivato. Per favore attivalo tramite config.yml.'
|
||||
];
|
||||
399
src/PHPCensor/Languages/lang.nl.php
Normal file
399
src/PHPCensor/Languages/lang.nl.php
Normal file
|
|
@ -0,0 +1,399 @@
|
|||
<?php
|
||||
/**
|
||||
* PHPCI - Continuous Integration for PHP
|
||||
*
|
||||
* @copyright Copyright 2014, Block 8 Limited.
|
||||
* @license https://github.com/Block8/PHPCI/blob/master/LICENSE.md
|
||||
* @link https://www.phptesting.org/
|
||||
*/
|
||||
|
||||
return [
|
||||
'language_name' => 'Nederlands',
|
||||
'language' => 'Taal',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'Log in op PHP Censor',
|
||||
'login_error' => 'Incorrect e-mailadres of wachtwoord',
|
||||
'forgotten_password_link' => 'Wachtwoord vergeten?',
|
||||
'reset_emailed' => 'We hebben je een link gemaild om je wachtwoord opnieuw in te stellen.',
|
||||
'reset_header' => '<strong>Geen zorgen!</strong><br>Vul hieronder gewoon je e-mailadres in en we sturen
|
||||
je een link on je wachtwoord te resetten.',
|
||||
'reset_email_address' => 'Vul je e-mailadres in:',
|
||||
'reset_send_email' => 'Verstuur wachtwoord reset',
|
||||
'reset_enter_password' => 'Gelieve een nieuw wachtwoord in te voeren',
|
||||
'reset_new_password' => 'Nieuw wachtwoord:',
|
||||
'reset_change_password' => 'Wijzig wachtwoord',
|
||||
'reset_no_user_exists' => 'Er bestaat geen gebruiker met dit e-mailadres, gelieve opnieuw te proberen.',
|
||||
'reset_email_body' => 'Hallo %s,
|
||||
|
||||
Je ontvangt deze email omdat jij, of iemand anders, je wachtwoord voor PHP Censor opnieuw wenst in te stellen.
|
||||
|
||||
Indien jij dit was, klik op deze link op je wachtwoord opnieuw in te stellen: %ssession/reset-password/%d/%s
|
||||
|
||||
Zoniet, negeer deze e-mail en er zal geen verdere actie ondernomen worden.
|
||||
|
||||
Bedankt,
|
||||
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'PHP Censor wachtwoord reset voor %s',
|
||||
'reset_invalid' => 'Ongeldig wachtwoord reset verzoek',
|
||||
'email_address' => 'E-mailadres',
|
||||
'login' => 'Login / Email Address',
|
||||
'password' => 'Wachtwoord',
|
||||
'log_in' => 'Log in',
|
||||
|
||||
|
||||
// Top Nav
|
||||
'toggle_navigation' => 'Wissel Navigatie',
|
||||
'n_builds_pending' => '%d builds wachtend',
|
||||
'n_builds_running' => '%d builds lopende',
|
||||
'edit_profile' => 'Wijzig profiel',
|
||||
'sign_out' => 'Uitloggen',
|
||||
'branch_x' => 'Branch: %s',
|
||||
'created_x' => 'Aangemaakt: %s',
|
||||
'started_x' => 'Gestart: %s',
|
||||
|
||||
// Sidebar
|
||||
'hello_name' => 'Hallo, %s',
|
||||
'dashboard' => 'Startpagina',
|
||||
'admin_options' => 'Administratie opties',
|
||||
'add_project' => 'Project toevoegen',
|
||||
'settings' => 'Instellingen',
|
||||
'manage_users' => 'Gebruikers beheren',
|
||||
'plugins' => 'Plugins',
|
||||
'view' => 'Bekijk',
|
||||
'build_now' => 'Build nu',
|
||||
'edit_project' => 'Wijzig project',
|
||||
'delete_project' => 'Verwijder project',
|
||||
|
||||
// Project Summary:
|
||||
'no_builds_yet' => 'Nog geen builds!',
|
||||
'x_of_x_failed' => '%d van de laatste %d builds faalden.',
|
||||
'x_of_x_failed_short' => '%d / %d faalden.',
|
||||
'last_successful_build' => 'De laatste succesvolle build was %s.',
|
||||
'never_built_successfully' => 'Dit project heeft geen succesvolle build gehad.',
|
||||
'all_builds_passed' => 'Elk van de laatste %d builds slaagden.',
|
||||
'all_builds_passed_short' => '%d / %d slaagden.',
|
||||
'last_failed_build' => 'De laatste gefaalde build was %s.',
|
||||
'never_failed_build' => 'Dit project heeft geen gefaalde build gehad.',
|
||||
'view_project' => 'Bekijk project',
|
||||
|
||||
// Timeline:
|
||||
'latest_builds' => 'Laatste builds',
|
||||
'pending' => 'In afwachting',
|
||||
'running' => 'Lopende',
|
||||
'success' => 'Succes',
|
||||
'successful' => 'Succesvol',
|
||||
'failed' => 'Gefaald',
|
||||
'manual_build' => 'Manuele build',
|
||||
|
||||
// Add/Edit Project:
|
||||
'new_project' => 'Nieuw project',
|
||||
'project_x_not_found' => 'Project met ID %d bestaat niet.',
|
||||
'project_details' => 'Project details',
|
||||
'public_key_help' => 'Om eenvoudiger te kunnen starten, hebben we een SSH sleutelpaar gegenereerd
|
||||
voor dit project. Om het te gebruiken, voeg onderstaande public key toe aan de "deploy keys" sectie
|
||||
van je gekozen source code hosting platform',
|
||||
'select_repository_type' => 'Selecteer repository type...',
|
||||
'github' => 'GitHub',
|
||||
'bitbucket' => 'Bitbucket',
|
||||
'gitlab' => 'GitLab',
|
||||
'remote' => 'Externe URL',
|
||||
'local' => 'Lokaal pad',
|
||||
'hg' => 'Mercurial',
|
||||
|
||||
'where_hosted' => 'Waar wordt je project gehost?',
|
||||
'choose_github' => 'Selecteer een GitHub repository:',
|
||||
|
||||
'repo_name' => 'Repository naam / URL (extern) of pad (lokaal)',
|
||||
'project_title' => 'Projecttitel',
|
||||
'project_private_key' => 'Private key voor toegang tot repository
|
||||
(laat leeg voor lokaal en/of anonieme externen)',
|
||||
'build_config' => 'PHP Censor build configuratie voor dit project
|
||||
(indien je geen phpci.yml bestand aan de project repository kan toevoegen)',
|
||||
'default_branch' => 'Standaard branch naam',
|
||||
'allow_public_status' => 'Publieke statuspagina en afbeelding beschikbaar maken voor dit project?',
|
||||
'archived' => 'Archived',
|
||||
'archived_menu' => 'Archived',
|
||||
'save_project' => 'Project opslaan',
|
||||
|
||||
'error_mercurial' => 'Mercurial repository URL dient te starten met http:// of https://',
|
||||
'error_remote' => 'Repository URL dient te starten met git://, http:// of https://',
|
||||
'error_gitlab' => 'GitLab repository naam dient in het formaat "gebruiker@domain.tld/eigenaar/repo.git" te zijn',
|
||||
'error_github' => 'Repository naam dient in het formaat "eigenaar/repo" te zijn',
|
||||
'error_bitbucket' => 'Repository naam dient in het formaat "eigenaar/repo" te zijn',
|
||||
'error_path' => 'Het opgegeven pad bestaat niet.',
|
||||
|
||||
// View Project:
|
||||
'all_branches' => 'Alle brances',
|
||||
'builds' => 'Builds',
|
||||
'id' => 'ID',
|
||||
'date' => 'Datum',
|
||||
'project' => 'Project',
|
||||
'commit' => 'Commit',
|
||||
'branch' => 'Branch',
|
||||
'status' => 'Status',
|
||||
'prev_link' => '« Vorig',
|
||||
'next_link' => 'Volgend »',
|
||||
'public_key' => 'Public Key',
|
||||
'delete_build' => 'Verwijder build',
|
||||
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_help_github' => 'Voor automatische builds wanneer nieuwe commits worden gepusht, dient onderstaande URL
|
||||
als nieuwe "Webhook" in de <a href="https://github.com/%s/settings/hooks">Webhooks
|
||||
and Services</a> sectie van je GitHub repository toegevoegd worden.',
|
||||
|
||||
'webhooks_help_gitlab' => 'Voor automatische builds wanneer nieuwe commits worden gepusht, dient onderstaande URL
|
||||
als nieuwe "Webhook URL" in de Web Hooks sectie van je GitLab repository toegevoegd worden.',
|
||||
|
||||
'webhooks_help_bitbucket' => 'Voor automatische builds wanneer nieuwe commits worden gepusht, dient onderstaande URL
|
||||
als "POST" service in de in de
|
||||
<a href="https://bitbucket.org/%s/admin/services">
|
||||
Services</a> sectie van je Bitbucket repository toegevoegd worden.',
|
||||
|
||||
// View Build
|
||||
'build_x_not_found' => 'Build met ID %d bestaat niet.',
|
||||
'build_n' => 'Build %d',
|
||||
'rebuild_now' => 'Rebuild nu',
|
||||
|
||||
|
||||
'committed_by_x' => 'Committed door %s',
|
||||
'commit_id_x' => 'Commit: %s',
|
||||
|
||||
'chart_display' => 'Deze grafiek wordt getoond zodra de build compleet is.',
|
||||
|
||||
'build' => 'Build',
|
||||
'lines' => 'Lijnen',
|
||||
'comment_lines' => 'Commentaarlijnen',
|
||||
'noncomment_lines' => 'Niet-commentaarlijnen',
|
||||
'logical_lines' => 'Logische lijnen',
|
||||
'lines_of_code' => 'Lijnen code',
|
||||
'build_log' => 'Build Log',
|
||||
'quality_trend' => 'Kwaliteitstrend',
|
||||
'codeception_errors' => 'Codeception Fouten',
|
||||
'phpmd_warnings' => 'PHPMD Waarschuwingen',
|
||||
'phpcs_warnings' => 'PHPCS Waarschuwingen',
|
||||
'phpcs_errors' => 'PHPCS Fouten',
|
||||
'phplint_errors' => 'Lint Fouten',
|
||||
'phpunit_errors' => 'PHPUnit Fouten',
|
||||
'phpdoccheck_warnings' => 'Ontbrekende Docblocks',
|
||||
'issues' => 'Problemen',
|
||||
|
||||
'codeception' => 'Codeception',
|
||||
'phpcpd' => 'PHP Copy/Paste Detector',
|
||||
'phpcs' => 'PHP Code Sniffer',
|
||||
'phpdoccheck' => 'Ontbrekende Docblocks',
|
||||
'phpmd' => 'PHP Mess Detector',
|
||||
'phpspec' => 'PHP Spec',
|
||||
'phpunit' => 'PHPUnit',
|
||||
|
||||
'file' => 'Bestand',
|
||||
'line' => 'Lijn',
|
||||
'class' => 'Class',
|
||||
'method' => 'Method',
|
||||
'message' => 'Boodschap',
|
||||
'start' => 'Start',
|
||||
'end' => 'Einde',
|
||||
'from' => 'Van',
|
||||
'to' => 'Tot',
|
||||
'result' => 'Resultaat',
|
||||
'ok' => 'OK',
|
||||
'took_n_seconds' => 'Duurde %d seconden',
|
||||
'build_created' => 'Build aangemaakt',
|
||||
'build_started' => 'Build gestart',
|
||||
'build_finished' => 'Build beëindigd',
|
||||
'test_message' => 'Message',
|
||||
'test_no_message' => 'No message',
|
||||
'test_success' => 'Successful: %d',
|
||||
'test_fail' => 'Failures: %d',
|
||||
'test_skipped' => 'Skipped: %d',
|
||||
'test_error' => 'Errors: %d',
|
||||
'test_todo' => 'Todos: %d',
|
||||
'test_total' => '%d test(s)',
|
||||
|
||||
// Users
|
||||
'name' => 'Naam',
|
||||
'password_change' => 'Wachtwoord (laat leeg indien je niet wenst te veranderen)',
|
||||
'save' => 'Opslaan »',
|
||||
'update_your_details' => 'Wijzig je gegevens',
|
||||
'your_details_updated' => 'Je gegevens werden gewijzigd',
|
||||
'add_user' => 'Gebruiker toevoegen',
|
||||
'is_admin' => 'Is administrator?',
|
||||
'yes' => 'Ja',
|
||||
'no' => 'Nee',
|
||||
'edit' => 'Wijzig',
|
||||
'edit_user' => 'Gebruiker wijzigen',
|
||||
'delete_user' => 'Gebruiker wissen',
|
||||
'user_n_not_found' => 'Gebruiker met ID %d bestaat niet.',
|
||||
'is_user_admin' => 'Is deze gebruiker administrator?',
|
||||
'save_user' => 'Gebruiker opslaan',
|
||||
|
||||
// Settings:
|
||||
'settings_saved' => 'Je instellingen werden opgeslagen.',
|
||||
'settings_check_perms' => 'Je instellingen konden niet worden opgeslagen, controleer de permissies van je config.yml bestand.',
|
||||
'settings_cannot_write' => 'PHP Censor kan niet schrijven naar je config.yml bestand, instellingen worden mogelijks
|
||||
niet goed opgeslagen tot dit opgelost is.',
|
||||
'settings_github_linked' => 'Je GitHub account werd gelinkt.',
|
||||
'settings_github_not_linked' => 'Je GitHub account kon niet gelinkt worden.',
|
||||
'build_settings' => 'Build instellingen',
|
||||
'github_application' => 'GitHub toepassing',
|
||||
'github_sign_in' => 'Vooraleer je GitHub kan gebruiken, dien je <a href="%s">in te loggen</a> en
|
||||
PHP Censor toegang te verlenen tot je account.',
|
||||
'github_phpci_linked' => 'PHP werd succesvol gelinkt aan je GitHub account.',
|
||||
'github_where_to_find' => 'Waar zijn deze te vinden...',
|
||||
'github_where_help' => 'Indien je eigenaar bent van de toepassing die je wens te gebruiken, kan je deze informatie
|
||||
in je <a href="https://github.com/settings/applications">applications</a> instellingen pagina vinden.',
|
||||
|
||||
'email_settings' => 'E-mail instellingen',
|
||||
'email_settings_help' => 'Vooraleer PHP Censor je build status e-mails kan sturen,
|
||||
dien je eerst je SMTP instellingen te configureren.',
|
||||
|
||||
'application_id' => 'Toepassings ID',
|
||||
'application_secret' => 'Toepassings geheime code',
|
||||
|
||||
'smtp_server' => 'SMTP Server',
|
||||
'smtp_port' => 'SMTP Poort',
|
||||
'smtp_username' => 'SMTP Gebruikersnaam',
|
||||
'smtp_password' => 'SMTP Wachtwoord',
|
||||
'from_email_address' => 'Van e-mailadres',
|
||||
'default_notification_address' => 'Standaard melding e-mailadres',
|
||||
'use_smtp_encryption' => 'SMTP Encryptie gebruiken?',
|
||||
'none' => 'Geen',
|
||||
'ssl' => 'SSL',
|
||||
'tls' => 'TLS',
|
||||
|
||||
'failed_after' => 'Beschouw een build gefaald na',
|
||||
'5_mins' => '5 minuten',
|
||||
'15_mins' => '15 minuten',
|
||||
'30_mins' => '30 minuten',
|
||||
'1_hour' => '1 uur',
|
||||
'3_hours' => '3 uur',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'PHP Censor kan composer.json niet aanpassen gezien het niet schrijfbaar is.',
|
||||
'x_has_been_removed' => '%s werd verwijderd.',
|
||||
'x_has_been_added' => '%s werd toegevoegd aan composer.json en zal geïnstalleerd worden de volgende
|
||||
keer je composer update uitvoert.',
|
||||
'enabled_plugins' => 'Ingeschakelde plugins',
|
||||
'provided_by_package' => 'Voorzien door package',
|
||||
'installed_packages' => 'Geinstalleerde packages',
|
||||
'suggested_packages' => 'Voorgestelde packages',
|
||||
'title' => 'Titel',
|
||||
'description' => 'Beschrijving',
|
||||
'version' => 'Versie',
|
||||
'install' => 'Installeer »',
|
||||
'remove' => 'Verwijder »',
|
||||
'search_packagist_for_more' => 'Doorzoek Packagist naar meer packages',
|
||||
'search' => 'Zoek »',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'PHP Censor installatie URL',
|
||||
'db_host' => 'Database host',
|
||||
'db_name' => 'Database naam',
|
||||
'db_user' => 'Database gebruikersnaam',
|
||||
'db_pass' => 'Database wachtwoord',
|
||||
'admin_name' => 'Administrator naam',
|
||||
'admin_pass' => 'Administrator wachtwoord',
|
||||
'admin_email' => 'Administrator e-mailadres',
|
||||
'config_path' => 'Pad naar configuratiebestand',
|
||||
'install_phpci' => 'Installeer PHP Censor',
|
||||
'welcome_to_phpci' => 'Welkom bij PHP Censor',
|
||||
'please_answer' => 'Gelieve onderstaande vragen te beantwoorden:',
|
||||
'phpci_php_req' => 'PHP Censor heeft ten minste PHP 5.3.8 nodig om te werken.',
|
||||
'extension_required' => 'Extensie benodigd: %s',
|
||||
'function_required' => 'PHP Censor moet functie %s() kunnen aanroepen. Is deze uitgeschakeld in php.ini?',
|
||||
'requirements_not_met' => 'PHP Censor kan niet worden geïnstalleerd omdat niet aan alle vereisten is voldaan.
|
||||
Gelieve de fouten na te kijken vooraleer verder te gaan.',
|
||||
'must_be_valid_email' => 'Moet een geldig e-mailadres zijn.',
|
||||
'must_be_valid_url' => 'Moet een geldige URL zijn.',
|
||||
'enter_name' => 'Administrator naam: ',
|
||||
'enter_email' => 'Administrator e-mailadres: ',
|
||||
'enter_password' => 'Administrator wachtwoord: ',
|
||||
'enter_phpci_url' => 'Je PHP Censor URL (bijvoorbeeld "http://phpci.local"): ',
|
||||
|
||||
'enter_db_host' => 'Vul je MySQL host in [localhost]: ',
|
||||
'enter_db_name' => 'Vul je MySQL databasenaam in [phpci]: ',
|
||||
'enter_db_user' => 'Vul je MySQL gebruikersnaam in [phpci]: ',
|
||||
'enter_db_pass' => 'Vul je MySQL watchtwoord in: ',
|
||||
'could_not_connect' => 'PHP Censor kon met deze gegevens geen verbinding maken met MySQL. Gelieve opnieuw te proberen.',
|
||||
'setting_up_db' => 'Database wordt aangemaakt...',
|
||||
'user_created' => 'Gebruikersprofiel aangemaakt!',
|
||||
'failed_to_create' => 'PHP Censor kon je administratorprofiel niet aanmaken.',
|
||||
'config_exists' => 'Het PHP Censor configuratiebestand bestaat en is niet leeg.',
|
||||
'update_instead' => 'Liever phpci:update te gebruiken indien je PHP Censor probeerde te updaten, ',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Update de database naar het beeld van gewijzigde modellen.',
|
||||
'updating_phpci' => 'PHP Censor database wordt geüpdatet:',
|
||||
'not_installed' => 'PHP Censor lijkt niet geïnstalleerd te zijn.',
|
||||
'install_instead' => 'Gelieve PHP Censor via phpci:install te installeren.',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'Poll GitHub om te controleren of we een build moeten starten.',
|
||||
'no_token' => 'Geen GitHub token gevonden',
|
||||
'finding_projects' => 'Vind projecten om te pollen',
|
||||
'found_n_projects' => '%d projecten gevonden',
|
||||
'last_commit_is' => 'Laatste commit naar GitHub voor %s is %s',
|
||||
'adding_new_build' => 'Laatste commit verschilt van database, nieuwe build wordt toegevoegd',
|
||||
'finished_processing_builds' => 'Verwerking builds voltooid.',
|
||||
|
||||
// Create Admin
|
||||
'create_admin_user' => 'Administrator-gebruiker aanmaken',
|
||||
'incorrect_format' => 'Incorrect formaat',
|
||||
|
||||
// Create Build Command
|
||||
'create_build_project' => 'Create a build for a project',
|
||||
'project_id_argument' => 'A project ID',
|
||||
'commit_id_option' => 'Commit ID to build',
|
||||
'branch_name_option' => 'Branch to build',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Voer alle wachtende PHP Censor builds uit.',
|
||||
'finding_builds' => 'Zoekt builds om te verwerken',
|
||||
'found_n_builds' => '%d builds gevonden',
|
||||
'skipping_build' => 'Build %d overslaan - Project build reeds aan de gang.',
|
||||
'marked_as_failed' => 'Build %d gemarkeerd als falende door timeout.',
|
||||
|
||||
// Builder
|
||||
'missing_phpci_yml' => 'Dit project bevat geen phpci.yml bestand, of het is leeg.',
|
||||
'build_success' => 'BUILD SUCCES',
|
||||
'build_failed' => 'BUILD GEFAALD',
|
||||
'removing_build' => 'Build wordt verwijderd.',
|
||||
'exception' => 'Uitzondering:',
|
||||
'could_not_create_working' => 'Kon geen werkende kopie maken.',
|
||||
'working_copy_created' => 'Werkende kopie aangemaakt: %s',
|
||||
'looking_for_binary' => 'Zoekend naar binary: %s',
|
||||
'found_in_path' => 'Gevonden in %s: %s',
|
||||
'running_plugin' => 'UITVOEREN PLUGIN: %s',
|
||||
'plugin_success' => 'PLUGIN: SUCCES',
|
||||
'plugin_failed' => 'PLUGIN: GEFAALD',
|
||||
'plugin_missing' => 'Plugin bestaat niet: %s',
|
||||
'tap_version' => 'TapParser ondersteunt enkel TAP versie 13',
|
||||
'tap_error' => 'Ongeldige TAP string, aantal tests niet in overeenstemming met opgegeven aantal.',
|
||||
|
||||
// Build Plugins:
|
||||
'no_tests_performed' => 'Er werden geen tests uitgevoerd.',
|
||||
'could_not_find' => 'Kon %s niet vinden',
|
||||
'no_campfire_settings' => 'Geen verbindingsparameters opgegeven voor Campfire plugin',
|
||||
'failed_to_wipe' => 'Kon bestaande map %s niet wissen voor kopie',
|
||||
'passing_build' => 'Slagende build',
|
||||
'failing_build' => 'Falende build',
|
||||
'log_output' => 'Log output:',
|
||||
'n_emails_sent' => '%d e-mails versuurd.',
|
||||
'n_emails_failed' => '%d e-mails faalden te versturen.',
|
||||
'unable_to_set_env' => 'Niet geslaagd om environment variable in te stellen',
|
||||
'tag_created' => 'Tag aangemaakt door PHP Censor: %s',
|
||||
'x_built_at_x' => '%PROJECT_TITLE% built op %BUILD_URI%',
|
||||
'hipchat_settings' => 'Gelieve kamer & authToken voor hipchat_notify plugin te definiëren',
|
||||
'irc_settings' => 'Je dient server, kamer & nick op te geven.',
|
||||
'invalid_command' => 'Ongeldig commando',
|
||||
'import_file_key' => 'Import statement moet \'file\' key bevatten',
|
||||
'cannot_open_import' => 'Het is niet mogelijk om het SQL bestand %s te openen',
|
||||
'unable_to_execute' => 'Het is niet mogelijk om het SQL bestand uit te voeren',
|
||||
'phar_internal_error' => 'Er is iets fout gegaan in de Phar Plugin',
|
||||
'build_file_missing' => 'Opgegeven build bestand bestaat niet.',
|
||||
'property_file_missing' => 'Opgegeven bestand bestaat niet',
|
||||
'could_not_process_report' => 'Het is niet mogelijk om het gegenereerde rapport van deze tool te verwerken.',
|
||||
'shell_not_enabled' => 'De shell plugin is niet ingeschakeld, schakel deze a.u.b. in via het config.yml bestand.'
|
||||
];
|
||||
400
src/PHPCensor/Languages/lang.pl.php
Normal file
400
src/PHPCensor/Languages/lang.pl.php
Normal file
|
|
@ -0,0 +1,400 @@
|
|||
<?php
|
||||
/**
|
||||
* PHPCI - Continuous Integration for PHP
|
||||
*
|
||||
* @copyright Copyright 2014, Block 8 Limited.
|
||||
* @license https://github.com/Block8/PHPCI/blob/master/LICENSE.md
|
||||
* @link https://www.phptesting.org/
|
||||
*/
|
||||
|
||||
return [
|
||||
'language_name' => 'Polski',
|
||||
'language' => 'Język',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'Zaloguj się do PHP Censor',
|
||||
'login_error' => 'Nieprawidłowy email lub hasło',
|
||||
'forgotten_password_link' => 'Zapomniałeś hasła?',
|
||||
'reset_emailed' => 'Email z linkiem resetującym hasło został wysłany.',
|
||||
'reset_header' => '<strong>Spokojnie!</strong><br>Wpisz swój adres email w polu poniżej a my wyślemy Ci link
|
||||
resetujący hasło.',
|
||||
'reset_email_address' => 'Podaj swój adres email:',
|
||||
'reset_send_email' => 'Wyślij reset hasła emailem',
|
||||
'reset_enter_password' => 'Wpisz nowe hasło',
|
||||
'reset_new_password' => 'Nowe hasło:',
|
||||
'reset_change_password' => 'Zmień hasło',
|
||||
'reset_no_user_exists' => 'Użytkownik o takim emailu nie istnieje. Spróbuj jeszcze raz.',
|
||||
'reset_email_body' => 'Witaj %s,
|
||||
|
||||
Otrzymałeś ten email ponieważ Ty, lub ktoś inny, wysłał prośbę o zmianę hasła w PHP Censor.
|
||||
|
||||
Jeśli to faktycznie Ty, kliknij w następujący link aby zresetować hasło: %ssession/reset-password/%d/%s
|
||||
|
||||
Jeśli nie, zignoruj tego emaila i wszystko pozostanie bez zmian,
|
||||
|
||||
Pozdrawiamy,
|
||||
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'Reset Hasła PHP Censor dla %s',
|
||||
'reset_invalid' => 'Prośba o zmianę hasła jest nieważna.',
|
||||
'email_address' => 'Adres email',
|
||||
'login' => 'Login / Email Address',
|
||||
'password' => 'Hasło',
|
||||
'log_in' => 'Zaloguj się',
|
||||
|
||||
|
||||
// Top Nav
|
||||
'toggle_navigation' => 'Otwórz/zamknij nawigację',
|
||||
'n_builds_pending' => '%d budowań w kolejce',
|
||||
'n_builds_running' => '%d budowań w toku',
|
||||
'edit_profile' => 'Edytuj Profil',
|
||||
'sign_out' => 'Wyloguj się',
|
||||
'branch_x' => 'Gałąź: %s',
|
||||
'created_x' => 'Utworzono: %s',
|
||||
'started_x' => 'Rozpoczęto: %s',
|
||||
|
||||
// Sidebar
|
||||
'hello_name' => 'Witaj, %s',
|
||||
'dashboard' => 'Panel administracyjny',
|
||||
'admin_options' => 'Opcje Administratora',
|
||||
'add_project' => 'Dodaj Projekt',
|
||||
'settings' => 'Ustawienia',
|
||||
'manage_users' => 'Zarządaj Uzytkownikami',
|
||||
'plugins' => 'Pluginy',
|
||||
'view' => 'Podgląd',
|
||||
'build_now' => 'Zbuduj',
|
||||
'edit_project' => 'Edytuj Projekt',
|
||||
'delete_project' => 'Usuń Projekt',
|
||||
|
||||
// Project Summary:
|
||||
'no_builds_yet' => 'Brak budowań!',
|
||||
'x_of_x_failed' => '%d z ostatnich %d budowań nie powiodło się',
|
||||
'x_of_x_failed_short' => '%d / %d nie powiodło się',
|
||||
'last_successful_build' => 'Ostatnie budowanie zakończone sukesem odbyło się %s',
|
||||
'never_built_successfully' => 'Projekt nie został zbudowany z powodzeniem.',
|
||||
'all_builds_passed' => 'Wszystkie z ostatnich %d budowań przeszły.',
|
||||
'all_builds_passed_short' => '%d / %d przeszło.',
|
||||
'last_failed_build' => 'Ostatnie budowanie zakończone niepowodzeniam było %s.',
|
||||
'never_failed_build' => 'Ten projekt nigdy nie zakończył się niepowodzeniem budowania',
|
||||
'view_project' => 'Podgląd Projektu',
|
||||
|
||||
// Timeline:
|
||||
'latest_builds' => 'Ostatnie Budowania',
|
||||
'pending' => 'Oczekujące',
|
||||
'running' => 'W toku',
|
||||
'success' => 'Sukces',
|
||||
'successful' => 'Zakończone sukcesem',
|
||||
'failed' => 'Nieudane',
|
||||
'manual_build' => 'Budowanie Manualne',
|
||||
|
||||
// Add/Edit Project:
|
||||
'new_project' => 'Nowy Projekt',
|
||||
'project_x_not_found' => 'Projekt o ID %d nie istnieje.',
|
||||
'project_details' => 'Szczegóły Projektu',
|
||||
'public_key_help' => 'Aby łatwiej zacząć, wygenerowaliśmy parę kluczy SSH, które możesz użyć
|
||||
do tego projektu. Żeby je użyć, wystarczy dodać następujący klucz publiczny do sekcji "wdrożyć klucze"
|
||||
od wybranego kodu źródłowego platformy hostingowej.',
|
||||
'select_repository_type' => 'Wybierz typ repozytorium...',
|
||||
'github' => 'GitHub',
|
||||
'bitbucket' => 'Bitbucket',
|
||||
'gitlab' => 'GitLab',
|
||||
'remote' => 'Zdalny URL ',
|
||||
'local' => 'Lokalna Ścieżka ',
|
||||
'hg' => 'Mercurial',
|
||||
'svn' => 'Subversion',
|
||||
|
||||
'where_hosted' => 'Gdzie hostowany jest Twój projekt?',
|
||||
'choose_github' => 'Wybierz repozytorium GitHub:',
|
||||
|
||||
'repo_name' => 'Nazwa repozytorium / URL (Zdalne) lub Ścieżka (Lokalne)',
|
||||
'project_title' => 'Tytuł Projektu',
|
||||
'project_private_key' => 'Prywanty klucz dostępu do repozytoriów
|
||||
(pozostaw puste pole dla zdalnych lokalnych i/lub anonimowych)',
|
||||
'build_config' => 'PHP Censor zbudowało config dla tego projektu
|
||||
(jeśli nie możesz dodać pliku phpci.yml do repozytorium projektu)',
|
||||
'default_branch' => 'Domyślna nazwa gałęzi',
|
||||
'allow_public_status' => 'Włączyć status publiczny dla tego projektu?',
|
||||
'archived' => 'W archiwum',
|
||||
'archived_menu' => 'W archiwum',
|
||||
'save_project' => 'Zachowaj Projekt',
|
||||
|
||||
'error_mercurial' => 'URL repozytorium Mercurialnego powinno zaczynać się od http:// and https://',
|
||||
'error_remote' => 'URL repozytorium powinno zaczynać się od git://, http:// lub https://',
|
||||
'error_gitlab' => 'Nazwa Repozytorium GitLab powinna być w następującym formacie: "user@domain.tld:owner/repo.git"',
|
||||
'error_github' => 'Nazwa repozytorium powinna być w formacie: "użytkownik/repo"',
|
||||
'error_bitbucket' => 'Nazwa repozytorium powinna być w formacie: " użytkownik/repo\'',
|
||||
'error_path' => 'Wybrana sieżka nie istnieje',
|
||||
|
||||
// View Project:
|
||||
'all_branches' => 'Wszystkie Gałęzie',
|
||||
'builds' => 'Budowania',
|
||||
'id' => 'ID',
|
||||
'date' => 'Data',
|
||||
'project' => 'Projekt',
|
||||
'commit' => 'Commit',
|
||||
'branch' => 'Gałąź',
|
||||
'status' => 'Status',
|
||||
'prev_link' => '« Poprzedni',
|
||||
'next_link' => 'Następny »',
|
||||
'public_key' => 'Klucz Publiczny',
|
||||
'delete_build' => 'Usuń Budowanie',
|
||||
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_help_github' => 'Aby automatycznie uruchomić nową budowę po wysłaniu commitów dodaj poniższy adres URL
|
||||
jako nowy "WebHook" w sekcji <a href="https://github.com/%s/settings/hooks">Webhooks and Services</a>
|
||||
Twojego repozytoria GitLab.',
|
||||
|
||||
'webhooks_help_gitlab' => 'Aby automatycznie uruchomić nową budowę po wysłaniu commitów dodaj poniższy adres URL
|
||||
jako "WebHook URL" w sekcji Web Hook Twojego repozytoria GitLab.',
|
||||
|
||||
'webhooks_help_bitbucket' => 'Aby automatycznie uruchomić nową budowę po wysłaniu commitów, dodaj poniższy adres URL
|
||||
jako usługę "POST" w sekcji
|
||||
<a href="https://bitbucket.org/%s/admin/services">
|
||||
Services</a> repozytoria Bitbucket.',
|
||||
|
||||
// View Build
|
||||
'build_x_not_found' => 'Budowanie o ID %d nie istnieje.',
|
||||
'build_n' => 'Budowanie %d',
|
||||
'rebuild_now' => 'Przebuduj Teraz',
|
||||
|
||||
|
||||
'committed_by_x' => 'Commitowane przez %s',
|
||||
'commit_id_x' => 'Commit: %s',
|
||||
|
||||
'chart_display' => 'Ten wykres wyświetli się po zakończeniu budowy.',
|
||||
|
||||
'build' => 'Budowanie',
|
||||
'lines' => 'Linie',
|
||||
'comment_lines' => 'Linie Komentarza',
|
||||
'noncomment_lines' => 'Linie Bez Komentarza',
|
||||
'logical_lines' => 'Lokalne Linie',
|
||||
'lines_of_code' => 'Linie Kodu',
|
||||
'build_log' => 'Log Budowania',
|
||||
'quality_trend' => 'Trend Jakości',
|
||||
'codeception_errors' => 'Błędy Codeception',
|
||||
'phpmd_warnings' => 'Alerty PHPMD',
|
||||
'phpcs_warnings' => 'Alerty PHPCS',
|
||||
'phpcs_errors' => 'Błędy PHPCS',
|
||||
'phplint_errors' => 'Błędy Lint',
|
||||
'phpunit_errors' => 'Błędy PHPUnit',
|
||||
'phpdoccheck_warnings' => 'Brakuje sekcji DocBlock',
|
||||
'issues' => 'Problemy',
|
||||
|
||||
'codeception' => 'Codeception',
|
||||
'phpcpd' => 'PHP Copy/Paste Detector',
|
||||
'phpcs' => 'PHP Code Sniffer',
|
||||
'phpdoccheck' => 'Brakuje sekcji DocBlock',
|
||||
'phpmd' => 'PHP Mess Detector',
|
||||
'phpspec' => 'PHPSpec',
|
||||
'phpunit' => 'PHPUnit',
|
||||
'technical_debt' => 'Dług technologiczny',
|
||||
'behat' => 'Behat',
|
||||
|
||||
'file' => 'Plik',
|
||||
'line' => 'Linia',
|
||||
'class' => 'Klasa',
|
||||
'method' => 'Metoda',
|
||||
'message' => 'Wiadomość',
|
||||
'start' => 'Początek',
|
||||
'end' => 'Koniec',
|
||||
'from' => 'Od',
|
||||
'to' => 'Do',
|
||||
'result' => 'Wynik',
|
||||
'ok' => 'OK',
|
||||
'took_n_seconds' => 'Zajęło %d sekund',
|
||||
'build_created' => 'Budowanie Stworzone',
|
||||
'build_started' => 'Budowanie Rozpoczęte',
|
||||
'build_finished' => 'Budowanie Zakończone',
|
||||
'test_message' => 'Wiadomość',
|
||||
'test_no_message' => 'Brak wiadomości',
|
||||
'test_success' => 'Powodzenie: %d',
|
||||
'test_fail' => 'Niepowodzenia: %d',
|
||||
'test_skipped' => 'Pominęte: %d',
|
||||
'test_error' => 'Błędy: %d',
|
||||
'test_todo' => 'Do zrobienia: %d',
|
||||
'test_total' => '%d test(ów)',
|
||||
|
||||
// Users
|
||||
'name' => 'Nazwa',
|
||||
'password_change' => 'Hasło (pozostaw puste jeśli nie chcesz zmienić hasła)',
|
||||
'save' => 'Zapisz »',
|
||||
'update_your_details' => 'Aktualizuj swoje dane',
|
||||
'your_details_updated' => 'Twoje dane zostały zaktualizowane.',
|
||||
'add_user' => 'Dodaj Użytkownika',
|
||||
'is_admin' => 'Jest Adminem?',
|
||||
'yes' => 'Tak',
|
||||
'no' => 'Nie',
|
||||
'edit' => 'Edytuj',
|
||||
'edit_user' => 'Edytuj Użytkownika',
|
||||
'delete_user' => 'Usuń Użytkownika',
|
||||
'user_n_not_found' => 'Użytkownik z ID %d nie istnieje.',
|
||||
'is_user_admin' => 'Czy użytkownik jest administratorem?',
|
||||
'save_user' => 'Zapisz Użytkownika',
|
||||
|
||||
// Settings:
|
||||
'settings_saved' => 'Ustawienia zostały zapisane.',
|
||||
'settings_check_perms' => 'Twoje ustawienia nie mogły zostać zapisane. Sprawdź uprawnienia do pliku config.yml.',
|
||||
'settings_cannot_write' => 'PHP Censor nie może zapisać do pliku config.yml. Dopóty nie będzie można poprawnie zachować ustawie,
|
||||
dopóki nie będzie to naprawione.',
|
||||
'settings_github_linked' => 'Połaczono z Twoim kontem Github',
|
||||
'settings_github_not_linked' => 'Nie udało się połaczyć z Twoim kontem Github',
|
||||
'build_settings' => 'Ustawienia budowania',
|
||||
'github_application' => 'Aplikacja GitHub',
|
||||
'github_sign_in' => 'Zanim będzie można zacząć korzystać z GitHub, musisz najpierw <a href="%s">Sign in</a>, a następnie udzielić dostęp dla PHP Censor do Twojego konta.',
|
||||
'github_phpci_linked' => 'PHP Censor zostało pomyślnie połączone z konten GitHub.',
|
||||
'github_where_to_find' => 'Gdzie można znaleźć...',
|
||||
'github_where_help' => 'Jeśli to jest Twoja aplikacjia i chcesz jej użyć to więcej informacji znajdziesz w sekcji ustawień:
|
||||
<a href="https://github.com/settings/applications">applications</a>',
|
||||
|
||||
'email_settings' => 'Ustawienia Email',
|
||||
'email_settings_help' => 'Aby PHP Censor mógł wysyłać emaile z stanem budowy, musisz najpierw skonfigurować poniższe ustawienia SMTP.',
|
||||
|
||||
'application_id' => 'ID Aplikacji',
|
||||
'application_secret' => 'Klucz Secret aplikacji',
|
||||
|
||||
'smtp_server' => 'Serwer SMTP',
|
||||
'smtp_port' => 'Port SMTP',
|
||||
'smtp_username' => 'SMTP Login',
|
||||
'smtp_password' => 'Hasło SMTP',
|
||||
'from_email_address' => 'E-mail adres Od:',
|
||||
'default_notification_address' => 'Domyślny adres email powiadamiania',
|
||||
'use_smtp_encryption' => 'Użyć szyfrowane SMTP?',
|
||||
'none' => 'Żadne',
|
||||
'ssl' => 'SSL',
|
||||
'tls' => 'TLS',
|
||||
|
||||
'failed_after' => 'Uznaj, że budowanie nie powiodło się po',
|
||||
'5_mins' => '5 Minutach',
|
||||
'15_mins' => '15 Minutach',
|
||||
'30_mins' => '30 Minutach',
|
||||
'1_hour' => '1 Godzinie',
|
||||
'3_hours' => '3 Godzinach',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'PHP Censor nie może zaktualizować copmposer.json, ponieważ nie ma uprawnień do zapisu.',
|
||||
'x_has_been_removed' => 'Usunięto %s. ',
|
||||
'x_has_been_added' => 'Dodano %s do composer.json. Zostanie zainstalowane po
|
||||
wywołaniu polecenia composer update.',
|
||||
'enabled_plugins' => 'Aktywne Pluginy',
|
||||
'provided_by_package' => 'Dostarczone w pakiecie',
|
||||
'installed_packages' => 'Zainstalowane Pakiety',
|
||||
'suggested_packages' => 'Sugerowane Pakiety',
|
||||
'title' => 'Tytuł',
|
||||
'description' => 'Opis',
|
||||
'version' => 'Wersja',
|
||||
'install' => 'Zainstaluj »',
|
||||
'remove' => 'Usuń »',
|
||||
'search_packagist_for_more' => 'Przeszukaj Packagist po więcej pakietów',
|
||||
'search' => 'Szukaj »',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'URL instalacyjny PHP Censor',
|
||||
'db_host' => 'Host Bazy Danych',
|
||||
'db_name' => 'Nazwa Bazy Danych',
|
||||
'db_user' => 'Nazwa Użytkownika Bazy Danych',
|
||||
'db_pass' => 'Hasło Bazy Danych',
|
||||
'admin_name' => 'Imię Admina',
|
||||
'admin_pass' => 'Hasło Admina',
|
||||
'admin_email' => 'Adres Email Admina',
|
||||
'config_path' => 'Ścieżka Pliku Config',
|
||||
'install_phpci' => 'Zainstaluj PHP Censor',
|
||||
'welcome_to_phpci' => 'Witaj w PHP Censor',
|
||||
'please_answer' => 'Odpowiedz na poniższe pytania:',
|
||||
'phpci_php_req' => 'PHP Censor wymaga przynajmniej PHP 5.3.8 do prawidłowego funkcjonowania.',
|
||||
'extension_required' => 'Wymagane rozszerzenie: %s',
|
||||
'function_required' => 'PHP Censor musi mieć możliwość wywołania funkcji %s(). Czy ona jest wyłączona w php.ini?',
|
||||
'requirements_not_met' => 'Nie można zainstalować PHP Censor, ponieważ nie wszystkie wymagania zostały spełnione.
|
||||
Przejrzyj powyższą listę błędów przed kontynuowaniem.',
|
||||
'must_be_valid_email' => 'Poprawny adres email jest wymagany.',
|
||||
'must_be_valid_url' => 'Poprawny URL jest wymagany.',
|
||||
'enter_name' => 'Imię Admina: ',
|
||||
'enter_email' => 'Email Admina: ',
|
||||
'enter_password' => 'Hasło Admina: ',
|
||||
'enter_phpci_url' => 'URL PHP Censor (na przykład "http://phpci.local"): ',
|
||||
|
||||
'enter_db_host' => 'Wpisz hosta MySQL [host lokalny]: ',
|
||||
'enter_db_name' => 'Wpisz nazwę bazy danych MySQL [phpci]: ',
|
||||
'enter_db_user' => 'Wpisz nazwę użytkownika MySQL [phpci]: ',
|
||||
'enter_db_pass' => 'Wpisz hasło MySQL: ',
|
||||
'could_not_connect' => 'Z podanymi ustawieniami PHP Censor nie udało się połączyć z MySQL. Spróbuj ponownie.',
|
||||
'setting_up_db' => 'Ustawianie Twojej bazy danych...',
|
||||
'user_created' => 'Utworzono konto użytkownika!',
|
||||
'failed_to_create' => 'PHP Censor nie udało się założyc Twojego konta administratora.',
|
||||
'config_exists' => 'Plik konfiguracji PHP Censor istnieje i nie jest pusty.',
|
||||
'update_instead' => 'Jeśli próbowałeś zaktualizować PHP Censor, użyj phpci:update.',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Zaktualizuj bazę danych zgodnie ze zmodyfikowanymi modelami.',
|
||||
'updating_phpci' => 'Aktualizacja bazy danych PHP Censor:',
|
||||
'not_installed' => 'Wygląda na to, że PHP Censor nie jest zainstalowane.',
|
||||
'install_instead' => 'Proszę zainstalować PHP Censor poprzez phpci:install',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'Odpytuj GitHub, aby sprawdzić czy należy uruchomić budowę.',
|
||||
'no_token' => 'Nie znaleziono tokena GitHub',
|
||||
'finding_projects' => 'Szukanie projektów do odpytywania',
|
||||
'found_n_projects' => 'Znaleziono %d projektów',
|
||||
'last_commit_is' => 'Ostatni commit do GitHuba dla %s to %s',
|
||||
'adding_new_build' => 'Ostatni commit jest inny w bazie danych, dodaję nową budowę.',
|
||||
'finished_processing_builds' => 'Ukończono przetwarzanie budów.',
|
||||
|
||||
// Create Admin
|
||||
'create_admin_user' => 'Utwórz admina',
|
||||
'incorrect_format' => 'Niepoprawny format',
|
||||
|
||||
// Create Build Command
|
||||
'create_build_project' => 'Utwórz budowanie dla projektu',
|
||||
'project_id_argument' => 'ID projektu',
|
||||
'commit_id_option' => 'ID Commita do budowania',
|
||||
'branch_name_option' => 'Gałąź do budowania',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Uruchom wszystkie oczekujące budowy w PHP Censor',
|
||||
'finding_builds' => 'Szukam budów do przetwarzania.',
|
||||
'found_n_builds' => 'Znaleziono %d budowań',
|
||||
'skipping_build' => 'Budowanie %d jest pomijane - Budowanie projektu jest już w toku',
|
||||
'marked_as_failed' => 'Budowanie %d nie powiodło się z powodu przekroczenia limitu czasu.',
|
||||
|
||||
// Builder
|
||||
'missing_phpci_yml' => 'Projekt nie zawiera pliku phpci.yml lub projekt jest pusty.',
|
||||
'build_success' => 'BUDOWANIE ZAKOŃCZONE SUKCESEM',
|
||||
'build_failed' => 'BUDOWANIE NIE POWIODŁO SIĘ',
|
||||
'removing_build' => 'Usuwanie Budowania.',
|
||||
'exception' => 'Wyjątek:',
|
||||
'could_not_create_working' => 'Nie można utworzyć wersji roboczej.',
|
||||
'working_copy_created' => 'Stworzono wersję roboczą: %s',
|
||||
'looking_for_binary' => 'Szukam binarek: %s',
|
||||
'found_in_path' => 'Znaleziono w %s: %s',
|
||||
'running_plugin' => 'Uruchomiony Plugin: %s',
|
||||
'plugin_success' => 'Plugin: Sukces',
|
||||
'plugin_failed' => 'Plugin: Niepowodzenie',
|
||||
'plugin_missing' => 'Plugin nie istnieje: %s',
|
||||
'tap_version' => 'TapParser obsługuje tylko TAP w wersji 13',
|
||||
'tap_error' => 'Nieprawidłowy łańcuch TAP, liczba testów nie zgadza się z policzoną ilością testów.',
|
||||
|
||||
// Build Plugins:
|
||||
'no_tests_performed' => 'Nie przeprowadzono żadnych testów.',
|
||||
'could_not_find' => 'Nie znaleziono %s',
|
||||
'no_campfire_settings' => 'Nie zdefiniowano parametrów połączenia dla pluginu Campfire',
|
||||
'failed_to_wipe' => 'Nie udało się wyczyścić istniejącego katalogu %s przed kopiowaniem',
|
||||
'passing_build' => 'Pomijanie Budowania',
|
||||
'failing_build' => 'Niepowodzenie Budowania',
|
||||
'log_output' => 'Log Wyjściowy:',
|
||||
'n_emails_sent' => 'Wysłano %d emaili.',
|
||||
'n_emails_failed' => 'Nie wysłano %d emaili.',
|
||||
'unable_to_set_env' => 'Nie można ustawić zmiennej środowiskowej',
|
||||
'tag_created' => 'Tag stworzony przez PHP Censor: %s',
|
||||
'x_built_at_x' => '%PROJECT_TITLE% zbudowano pod %BUILD_URI%',
|
||||
'hipchat_settings' => 'Proszę podać pokój i authToken dla pluginu hipchat_notify.',
|
||||
'irc_settings' => 'Musisz skonfigurować serwer, pokój i swoją nazwę.',
|
||||
'invalid_command' => 'Nieprawidłowe polecenie',
|
||||
'import_file_key' => 'Potwierdzenie importu musi zawierać klucz "plik"',
|
||||
'cannot_open_import' => 'Nie można otworzyć importowanego pliku SQL: %s',
|
||||
'unable_to_execute' => 'Nie można wykonać pliku SQL',
|
||||
'phar_internal_error' => 'Wewnętrzny Błąd Pluginu Phar',
|
||||
'build_file_missing' => 'Podany plik budowy nie istnieje.',
|
||||
'property_file_missing' => 'Podany plik właściwości nie istnieje.',
|
||||
'could_not_process_report' => 'Nie udało się przetworzyć raportu wygenerowanego przez to narzędzie.',
|
||||
'shell_not_enabled' => 'Plugin powłoki jest nieaktywny. Aktywuj go poprzez config.yml.'
|
||||
];
|
||||
474
src/PHPCensor/Languages/lang.ru.php
Normal file
474
src/PHPCensor/Languages/lang.ru.php
Normal file
|
|
@ -0,0 +1,474 @@
|
|||
<?php
|
||||
/**
|
||||
* PHPCI - Continuous Integration for PHP
|
||||
*
|
||||
* @copyright Copyright 2014, Block 8 Limited.
|
||||
* @license https://github.com/Block8/PHPCI/blob/master/LICENSE.md
|
||||
* @link https://www.phptesting.org/
|
||||
*/
|
||||
|
||||
return [
|
||||
'language_name' => 'Pусский',
|
||||
'language' => 'язык',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'Войти в PHP Censor',
|
||||
'login_error' => 'Неправильный email или пароль',
|
||||
'forgotten_password_link' => 'Забыли пароль?',
|
||||
'reset_emailed' => 'Вы получите письмо со ссылкой на сброс пароля.',
|
||||
'reset_header' => '<strong>Не волнуйтесь!</strong><br>Просто введите ваш email, и вам придет письмо со ссылкой на сброс пароля.',
|
||||
'reset_email_address' => 'Введите ваш email:',
|
||||
'reset_send_email' => 'Сброс пароля',
|
||||
'reset_enter_password' => 'Пожалуйста, введите новый пароль',
|
||||
'reset_new_password' => 'Новый пароль:',
|
||||
'reset_change_password' => 'Сменить пароль',
|
||||
'reset_no_user_exists' => 'Пользователь с таким email-адресом не найден, пожалуйста, попробуйте еще раз.',
|
||||
'reset_email_body' => 'Привет %s,
|
||||
|
||||
Вы получили это письмо, потому что вы или кто-то другой запросили сброс пароля в PHP Censor.
|
||||
|
||||
Если это были вы, пожалуйста, перейдите по ссылке для сброса пароля: %ssession/reset-password/%d/%s,
|
||||
|
||||
иначе игнорируйте это письмо и ничего не предпринимайте.
|
||||
|
||||
Спасибо,
|
||||
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'Сброс пароля PHP Censor для %s',
|
||||
'reset_invalid' => 'Некорректный запрос на сброс пароля.',
|
||||
'email_address' => 'Email',
|
||||
'login' => 'Логин / Email',
|
||||
'password' => 'Пароль',
|
||||
'log_in' => 'Войти',
|
||||
|
||||
// Top Nav
|
||||
'toggle_navigation' => 'Скрыть/показать панель навигации',
|
||||
'n_builds_pending' => '%d сборок ожидает',
|
||||
'n_builds_running' => '%d сборок запущено',
|
||||
'edit_profile' => 'Редактировать профиль',
|
||||
'sign_out' => 'Выйти',
|
||||
'branch_x' => 'Ветка: %s',
|
||||
'created_x' => 'Создан: %s',
|
||||
'started_x' => 'Запущен: %s',
|
||||
|
||||
// Sidebar
|
||||
'hello_name' => 'Привет, %s',
|
||||
'dashboard' => 'Панель управления',
|
||||
'admin_options' => 'Меню администратора',
|
||||
'add_project' => 'Добавить проект',
|
||||
'project_groups' => 'Группы проектов',
|
||||
'settings' => 'Настройки',
|
||||
'manage_users' => 'Пользователи',
|
||||
'plugins' => 'Плагины',
|
||||
'view' => 'Отчет',
|
||||
'build_now' => 'Собрать',
|
||||
'edit_project' => 'Редактировать проект',
|
||||
'delete_project' => 'Удалить проект',
|
||||
|
||||
// Project Summary:
|
||||
'no_builds_yet' => 'Нет сборок!',
|
||||
'x_of_x_failed' => '%d из последних %d сборок были провалены.',
|
||||
'x_of_x_failed_short' => '%d / %d провалены.',
|
||||
'last_successful_build' => ' Последняя успешная сборка была %s.',
|
||||
'never_built_successfully' => ' Этот проект никогда не собирался успешно.',
|
||||
'all_builds_passed' => 'Все последние сборки (%d) прошли успешно.',
|
||||
'all_builds_passed_short' => '%d / %d успешные.',
|
||||
'last_failed_build' => ' Последней проваленной сборкой была %s.',
|
||||
'never_failed_build' => ' У этого проекта никогда не было проваленных сборок.',
|
||||
'view_project' => 'Обзор проекта',
|
||||
|
||||
// Timeline:
|
||||
'latest_builds' => 'Последние сборки',
|
||||
'pending' => 'Ожидает',
|
||||
'running' => 'Запущена',
|
||||
'success' => 'Успех',
|
||||
'successful' => 'Успешно',
|
||||
'failed' => 'Провал',
|
||||
'manual_build' => 'Запущена вручную',
|
||||
|
||||
// Add/Edit Project:
|
||||
'new_project' => 'Новый проект',
|
||||
'project_x_not_found' => 'Проекта с ID %d не существует.',
|
||||
'project_details' => 'Подробности проекта',
|
||||
'public_key_help' => 'Чтобы было легче начать, мы сгенерировали пару SSH-ключей для использования в вашем проекте.
|
||||
Для их использования, просто добавьте эту публичную часть ключа в поле "deploy keys" на выбранном вами хостинге исходного кода.',
|
||||
'select_repository_type' => 'Выберите тип репозитория...',
|
||||
'github' => 'GitHub',
|
||||
'bitbucket' => 'Bitbucket',
|
||||
'gitlab' => 'GitLab',
|
||||
'remote' => 'Внешний URL',
|
||||
'local' => 'Локальный путь',
|
||||
'hg' => 'Mercurial',
|
||||
'svn' => 'Subversion',
|
||||
|
||||
'where_hosted' => 'Расположение проекта',
|
||||
'choose_github' => 'Выберите GitHub репозиторий:',
|
||||
|
||||
'repo_name' => 'Репозиторий / Внешний URL / Локальный путь',
|
||||
'project_title' => 'Название проекта',
|
||||
'project_private_key' => 'Приватный ключ для доступа к репозиторию
|
||||
(оставьте поле пустым для локального использования и/или анонимного доступа)',
|
||||
'build_config' => 'Конфигурация сборки проекта для PHP Censor
|
||||
(если вы не добавили файл phpci.yml в репозиторий вашего проекта)',
|
||||
'default_branch' => 'Ветка по умолчанию',
|
||||
'allow_public_status' => 'Разрешить публичный статус и изображение (статуса) для проекта',
|
||||
'archived' => 'Архивный',
|
||||
'archived_menu' => 'Архив',
|
||||
'save_project' => 'Сохранить проект',
|
||||
|
||||
'error_mercurial' => 'URL репозитория Mercurial должен начинаться с http:// или https://',
|
||||
'error_remote' => 'URL репозитория должен начинаться с git://, http:// или https://',
|
||||
'error_gitlab' => 'Имя репозитория в GitLab должно иметь формат: "user@domain.tld:owner/repo.git"',
|
||||
'error_github' => 'Имя репозитория должно иметь формат: "owner/repo"',
|
||||
'error_bitbucket' => 'Имя репозитория должно иметь формат: "owner/repo"',
|
||||
'error_path' => 'Пути, который вы указали, не существует.',
|
||||
|
||||
// View Project:
|
||||
'all_branches' => 'Все ветки',
|
||||
'builds' => 'Сборки',
|
||||
'id' => 'ID',
|
||||
'date' => 'Дата',
|
||||
'project' => 'Проект',
|
||||
'commit' => 'Коммит',
|
||||
'branch' => 'Ветка',
|
||||
'status' => 'Статус',
|
||||
'prev_link' => '« Пред.',
|
||||
'next_link' => 'След. »',
|
||||
'public_key' => 'Публичный ключ',
|
||||
'delete_build' => 'Удалить сборку',
|
||||
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_help_github' => 'Чтобы Автоматически собирать этот проект при публикации новых коммитов, добавьте URL ниже в качестве нового хука в разделе настроек <a href="https://github.com/%s/settings/hooks">Webhooks
|
||||
and Services</a> вашего GitHub репозитория.',
|
||||
|
||||
'webhooks_help_gitlab' => 'Чтобы Автоматически собирать этот проект при публикации новых коммитов, добавьте URL ниже в качестве "WebHook URL"
|
||||
в разделе "Web Hooks" вашего GitLab репозитория.',
|
||||
|
||||
'webhooks_help_bitbucket' => 'Чтобы Автоматически собирать этот проект при публикации новых коммитов, добавьте URL ниже как "POST" сервис в разделе <a href="https://bitbucket.org/%s/admin/services">
|
||||
Services</a> вашего Bitbucket репозитория.',
|
||||
|
||||
// Project Groups
|
||||
'group_projects' => 'Проекты',
|
||||
'group_edit' => 'Редактировать',
|
||||
'group_delete' => 'Удалить',
|
||||
'group_add' => 'Добавить группу',
|
||||
'group_add_edit' => 'Добавить / изменить группу',
|
||||
'group_title' => 'Название группы',
|
||||
'group_save' => 'Сохранить группу',
|
||||
|
||||
// View Build
|
||||
'errors' => 'Ошибки',
|
||||
'information' => 'Информация',
|
||||
'build_x_not_found' => 'Сборки с ID %d не существует.',
|
||||
'build_n' => 'Сборка %d',
|
||||
'rebuild_now' => 'Пересобрать сейчас',
|
||||
|
||||
'committed_by_x' => 'Отправил %s',
|
||||
'commit_id_x' => 'Коммит: %s',
|
||||
|
||||
'chart_display' => 'Этот график будет показан после окончания сборки.',
|
||||
|
||||
'build' => 'Сборка',
|
||||
'lines' => 'Строк',
|
||||
'comment_lines' => 'Строк комментариев',
|
||||
'noncomment_lines' => 'Строк некомментариев',
|
||||
'logical_lines' => 'Строк логики',
|
||||
'lines_of_code' => 'Строк кода',
|
||||
'build_log' => 'Лог сборки',
|
||||
'quality_trend' => 'Тенденция качества',
|
||||
'codeception_errors' => 'Ошибки Codeception',
|
||||
'phpmd_warnings' => 'Предупреждения PHPMD',
|
||||
'phpcs_warnings' => 'Предупреждения PHPCS',
|
||||
'phpcs_errors' => 'Ошибки PHPCS',
|
||||
'phplint_errors' => 'Ошибки Lint',
|
||||
'phpunit_errors' => 'Ошибки PHPUnit',
|
||||
'phpcpd_warnings' => 'Предупреждения PHP Copy/Paste Detector',
|
||||
'phpdoccheck_warnings' => 'Пропущенные Docblocks',
|
||||
'issues' => 'Проблемы',
|
||||
|
||||
'phpcpd' => 'PHP Copy/Paste Detector',
|
||||
'phpcs' => 'PHP Code Sniffer',
|
||||
'phpdoccheck' => 'Missing Docblocks',
|
||||
'phpmd' => 'PHP Mess Detector',
|
||||
'phpspec' => 'PHP Spec',
|
||||
'phpunit' => 'PHP Unit',
|
||||
|
||||
'codeception_feature' => 'Свойство',
|
||||
'codeception_suite' => 'Набор',
|
||||
'codeception_time' => 'Время',
|
||||
'codeception_synopsis' => 'Тестов выполнено: <strong>%1$d</strong> (за <strong>%2$f</strong> сек.). Провалов: <strong>%3$d</strong>.',
|
||||
|
||||
'file' => 'Файл',
|
||||
'line' => 'Строка',
|
||||
'class' => 'Класс',
|
||||
'method' => 'Метод',
|
||||
'message' => 'Сообщение',
|
||||
'start' => 'Начало',
|
||||
'end' => 'Конец',
|
||||
'from' => 'Из',
|
||||
'to' => 'В',
|
||||
'result' => 'Результат',
|
||||
'ok' => 'OK',
|
||||
'took_n_seconds' => 'Заняло секунд: %d',
|
||||
'build_created' => 'Сборка создана',
|
||||
'build_started' => 'Сборка запущена',
|
||||
'build_finished' => 'Сборка окончена',
|
||||
'test_message' => 'Сообщение',
|
||||
'test_no_message' => 'Нет сообщений',
|
||||
'test_success' => 'Успешно: %d',
|
||||
'test_fail' => 'Провалено: %d',
|
||||
'test_skipped' => 'Пропущено: %d',
|
||||
'test_error' => 'Ошибок: %d',
|
||||
'test_todo' => 'Todo: %d',
|
||||
'test_total' => 'Тестов: %d',
|
||||
|
||||
// Users
|
||||
'name' => 'Имя',
|
||||
'password_change' => 'Пароль (оставьте поле пустым, если не собираетесь менять его)',
|
||||
'save' => 'Сохранить »',
|
||||
'update_your_details' => 'Обновить свои данные',
|
||||
'your_details_updated' => 'Ваши данные были обновлены.',
|
||||
'add_user' => 'Добавить пользователя',
|
||||
'is_admin' => 'Является администратором',
|
||||
'yes' => 'Да',
|
||||
'no' => 'Нет',
|
||||
'edit' => 'Править',
|
||||
'edit_user' => 'Редактировать пользователя',
|
||||
'delete_user' => 'Удалить пользователя',
|
||||
'user_n_not_found' => 'Пользователя с ID %d не существует.',
|
||||
'is_user_admin' => 'Этот пользователь является администратором',
|
||||
'save_user' => 'Сохранить пользователя',
|
||||
|
||||
// Settings:
|
||||
'settings_saved' => 'Ваши настройки были сохранены.',
|
||||
'settings_check_perms' => 'Ваши настройки не могут быть сохранены, проверьте права на файл настроек config.yml.',
|
||||
'settings_cannot_write' => 'PHP Censor не может записать config.yml файл, настройки не могут быть сохранены корректно, пока это не будет исправлено.',
|
||||
'settings_github_linked' => 'Ваш GitHub аккаунт привязан.',
|
||||
'settings_github_not_linked' => 'Ваш GitHub аккаунт не может быть привязан.',
|
||||
'build_settings' => 'Настройки сборки',
|
||||
'github_application' => 'GitHub приложение',
|
||||
'github_sign_in' => 'Перед тем как начать использовать GitHub аккаунт, вам необходимо <a href="%s">войти</a> и разрешить доступ для
|
||||
PHP Censor до вашего аккаунта.',
|
||||
'github_phpci_linked' => 'PHP Censor успешно привязал GitHub аккаунт.',
|
||||
'github_where_to_find' => 'Где это найти...',
|
||||
'github_where_help' => 'Если вы владелец приложения, которое вы хотели бы использовать, то вы можете найти информацию об этом в разделе
|
||||
<a href="https://github.com/settings/applications">applications</a> настроек.',
|
||||
|
||||
'email_settings' => 'Настройки email',
|
||||
'email_settings_help' => 'Перед тем, как PHP Censor начнет отсылать статус сборок по почте,
|
||||
вам необходимо настроить параметры SMTP ниже.',
|
||||
|
||||
'application_id' => 'ID приложения',
|
||||
'application_secret' => 'Секретный ключ приложения',
|
||||
|
||||
'smtp_server' => 'SMTP сервер',
|
||||
'smtp_port' => 'SMTP порт',
|
||||
'smtp_username' => 'SMTP пользователь',
|
||||
'smtp_password' => 'SMTP пароль',
|
||||
'from_email_address' => 'Отправлять с email',
|
||||
'default_notification_address' => 'Email по умолчанию для оповещений',
|
||||
'use_smtp_encryption' => 'Использовать SMTP шифрование',
|
||||
'none' => 'Нет',
|
||||
'ssl' => 'SSL',
|
||||
'tls' => 'TLS',
|
||||
|
||||
'failed_after' => 'Признать сборку проваленной по прошествии',
|
||||
'5_mins' => '5 минут',
|
||||
'15_mins' => '15 минут',
|
||||
'30_mins' => '30 минут',
|
||||
'1_hour' => '1 часа',
|
||||
'3_hours' => '3 часов',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'PHP Censor не может обновить composer.json, если он недоступен на запись.',
|
||||
'x_has_been_removed' => '%s был удален.',
|
||||
'x_has_been_added' => '%s был добавлен в composer.json и будет установлен, как только вы запустите composer update.',
|
||||
'enabled_plugins' => 'Включенные плагины',
|
||||
'provided_by_package' => 'Предоставляется пакетом',
|
||||
'installed_packages' => 'Установленные пакеты',
|
||||
'suggested_packages' => 'Рекомендуемые пакеты',
|
||||
'title' => 'Название',
|
||||
'description' => 'Описание',
|
||||
'version' => 'Версия',
|
||||
'install' => 'Установить »',
|
||||
'remove' => 'Удалить »',
|
||||
'search_packagist_for_more' => 'Искать на Packagist',
|
||||
'search' => 'Искать »',
|
||||
|
||||
// Summary plugin
|
||||
'build-summary' => 'Сводка',
|
||||
'stage' => 'Этап',
|
||||
'duration' => 'Продолжительность',
|
||||
'seconds' => 'сек.',
|
||||
'plugin' => 'Плагин',
|
||||
'stage_setup' => 'Установка',
|
||||
'stage_test' => 'тестирование',
|
||||
'stage_complete' => 'Завершение',
|
||||
'stage_success' => 'Успешное завершение',
|
||||
'stage_failure' => 'Провал',
|
||||
'stage_broken' => 'Поломка',
|
||||
'stage_fixed' => 'Исправление',
|
||||
'severity' => 'Важность',
|
||||
|
||||
'build_details' => 'Информация о сборке',
|
||||
'commit_details' => 'Информация о коммита',
|
||||
'committer' => 'Автор коммита',
|
||||
'timing' => 'Тайминг',
|
||||
'created' => 'Создана',
|
||||
'started' => 'Началась',
|
||||
'finished' => 'Закончилась',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'URL-адрес PHP Censor для установки',
|
||||
'db_host' => 'Хост базы данных',
|
||||
'db_name' => 'Имя базы данных',
|
||||
'db_user' => 'Пользователь базы данных',
|
||||
'db_pass' => 'Пароль базы данных',
|
||||
'admin_name' => 'Имя администратора',
|
||||
'admin_pass' => 'Пароль администратора',
|
||||
'admin_email' => 'Email администратора',
|
||||
'config_path' => 'Путь до файла конфигурации',
|
||||
'install_phpci' => 'Установить PHP Censor',
|
||||
'welcome_to_phpci' => 'Добро пожаловать в PHP Censor',
|
||||
'please_answer' => 'Пожалуйста, ответьте на несколько вопросов:',
|
||||
'phpci_php_req' => 'PHP Censor необходима для работы версия PHP не ниже 5.3.8.',
|
||||
'extension_required' => 'Требуется расширение PHP: %s',
|
||||
'function_required' => 'PHP Censor необходима возможность вызывать %s() функцию. Она выключена в php.ini?',
|
||||
'requirements_not_met' => 'PHP Censor не может быть установлен, пока не все требования выполнены.
|
||||
Пожалуйста, просмотрите возникшие ошибки перед тем, как продолжить.',
|
||||
'must_be_valid_email' => 'Должен быть корректным email-адресом.',
|
||||
'must_be_valid_url' => 'Должен быть корректным URL-адресом.',
|
||||
'enter_name' => 'Имя администратора: ',
|
||||
'enter_email' => 'Email администратора: ',
|
||||
'enter_password' => 'Пароль администратора: ',
|
||||
'enter_phpci_url' => 'URL-адрес вашего PHP Censor (например: "http://phpci.local"): ',
|
||||
|
||||
'enter_db_host' => 'Пожалуйста, введите хост MySQL [localhost]: ',
|
||||
'enter_db_port' => 'Пожалуйста, введите порт MySQL [3306]: ',
|
||||
'enter_db_name' => 'Пожалуйста, введите имя базы данных MySQL [phpci]: ',
|
||||
'enter_db_user' => 'Пожалуйста, введите пользователя MySQL [phpci]: ',
|
||||
'enter_db_pass' => 'Пожалуйста, введите пароль MySQL: ',
|
||||
'could_not_connect' => 'PHP Censor не может подключится к MySQL с переданными параметрами. Пожалуйста, попробуйте еще раз.',
|
||||
'setting_up_db' => 'Установка базы данных... ',
|
||||
'user_created' => 'Аккаунт пользователя создан!',
|
||||
'failed_to_create' => 'PHP Censor не удалось создать аккаунт администратора.',
|
||||
'config_exists' => 'Файл конфигурации PHP Censor уже существует, и он не пустой.',
|
||||
'update_instead' => 'Если вы собираетесь обновить PHP Censor, пожалуйста, используйте команду phpci:update.',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Обновите базу данных с учетом обновленных моделей.',
|
||||
'updating_phpci' => 'Обновление базы данных PHP Censor: ',
|
||||
'not_installed' => 'PHP Censor не может быть установлен.',
|
||||
'install_instead' => 'Пожалуйста, установите PHP Censor с помощью команды phpci:install.',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'Опрос GitHub для проверки запуска сборки.',
|
||||
'no_token' => 'GitHub токен не найден',
|
||||
'finding_projects' => 'Поиск проектов для опроса',
|
||||
'found_n_projects' => 'Найдено проектов: %d',
|
||||
'last_commit_is' => 'Последний коммит на GitHub для %s - %s',
|
||||
'adding_new_build' => 'Последний коммит имеет различия с базой данных, создана сборка.',
|
||||
'finished_processing_builds' => 'Процесс сборки завершен.',
|
||||
|
||||
// Create Admin
|
||||
'create_admin_user' => 'Добавить аккаунт администратора',
|
||||
'incorrect_format' => 'Неверный формат',
|
||||
|
||||
// Create Build Command
|
||||
'create_build_project' => 'Создать сборку проекта',
|
||||
'project_id_argument' => 'ID проекта',
|
||||
'commit_id_option' => 'ID коммита для сборки',
|
||||
'branch_name_option' => 'Ветка для сборки',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Запустить все ожидающие PHP Censor сборки.',
|
||||
'finding_builds' => 'Поиск сборок для запуска',
|
||||
'found_n_builds' => 'Найдено сборок: %d',
|
||||
'skipping_build' => 'Сборка %d пропущена - Сборка проекта уже идет.',
|
||||
'marked_as_failed' => 'Сборка %d отмечена как неудавшаяся из-за превышения лимита времени.',
|
||||
|
||||
// Builder
|
||||
'missing_phpci_yml' => 'Этот проект не содержит файла phpci.yml, или файл пустой.',
|
||||
'build_success' => 'СБОРКА УСПЕШНА',
|
||||
'build_failed' => 'СБОРКА ПРОВАЛЕНА',
|
||||
'removing_build' => 'Удаление сборки.',
|
||||
'exception' => 'Исключение: ',
|
||||
'could_not_create_working' => 'Не удалось создать рабочую копию.',
|
||||
'working_copy_created' => 'Рабочая копия создана: %s',
|
||||
'looking_for_binary' => 'Поиск пакета: %s',
|
||||
'found_in_path' => 'Найден в %s: %s',
|
||||
'running_plugin' => 'ЗАПУЩЕН ПЛАГИН: %s',
|
||||
'plugin_success' => 'ПЛАГИН: УСПЕШНО',
|
||||
'plugin_failed' => 'ПЛАГИН: ПРОВАЛ',
|
||||
'plugin_missing' => 'Плагина не существует: %s',
|
||||
'tap_version' => 'TapParser поддерживает только TAP версии 13',
|
||||
'tap_error' => 'Некорректная TAP-строка, количество тестов не совпадает с заявленным.',
|
||||
'failed_allowed' => 'Разрешен',
|
||||
|
||||
// Build Plugins:
|
||||
'no_tests_performed' => 'Никакие тесты не были запущены.',
|
||||
'could_not_find' => 'Не удается найти %s',
|
||||
'no_campfire_settings' => 'Не переданы параметры подключения для плагина Campfire',
|
||||
'failed_to_wipe' => 'Не удалось уничтожить существующую директорию %s перед копированием',
|
||||
'passing_build' => 'Успех сборки',
|
||||
'failing_build' => 'Провал сборки',
|
||||
'log_output' => 'Вывод лога: ',
|
||||
'n_emails_sent' => 'Писем отправлено: %d.',
|
||||
'n_emails_failed' => 'Писем не удалось отправить: %d.',
|
||||
'unable_to_set_env' => 'Невозможно установить переменную окружения',
|
||||
'tag_created' => 'Метка создана PHP Censor: %s',
|
||||
'x_built_at_x' => '%PROJECT_TITLE% собран: %BUILD_URI%',
|
||||
'hipchat_settings' => 'Пожалуйста, укажите комнату и токен (authToken) для плагина hipchat_notify',
|
||||
'irc_settings' => 'Вы должны задать сервер, комнату и ник.',
|
||||
'invalid_command' => 'Некорректная команда',
|
||||
'import_file_key' => 'Выражение импорта должно содержать ключ \'file\'',
|
||||
'cannot_open_import' => 'Не удалось открыть файл SQL для импорта: %s',
|
||||
'unable_to_execute' => 'Невозможно выполнить файл SQL',
|
||||
'phar_internal_error' => 'Внутренняя ошибка плагина Phar',
|
||||
'build_file_missing' => 'Указанного файла сборки не существует.',
|
||||
'property_file_missing' => 'Указанного файла сборки не существует.',
|
||||
'could_not_process_report' => 'Невозможно обработать отчет этой утилиты.',
|
||||
'shell_not_enabled' => 'Плагин shell не включен. Пожалуйста, включите его в файле config.yml.',
|
||||
|
||||
// Error Levels:
|
||||
'critical' => 'Критичный',
|
||||
'high' => 'Высокий',
|
||||
'normal' => 'Нормальный',
|
||||
'low' => 'Низкий',
|
||||
|
||||
// Plugins that generate errors:
|
||||
'php_mess_detector' => 'PHP Mess Detector',
|
||||
'php_code_sniffer' => 'PHP Code Sniffer',
|
||||
'php_unit' => 'PHP Unit',
|
||||
'php_cpd' => 'PHP Copy/Paste Detector',
|
||||
'php_docblock_checker' => 'PHP Docblock Checker',
|
||||
'composer' => 'Composer',
|
||||
'php_loc' => 'PHPLOC',
|
||||
'php_parallel_lint' => 'PHP Parallel Lint',
|
||||
'email' => 'Email',
|
||||
'atoum' => 'Atoum',
|
||||
'behat' => 'Behat',
|
||||
'campfire' => 'Campfire',
|
||||
'clean_build' => 'Clean Build',
|
||||
'codeception' => 'Codeception',
|
||||
'copy_build' => 'Copy Build',
|
||||
'deployer' => 'Deployer',
|
||||
'env' => 'Env',
|
||||
'grunt' => 'Grunt',
|
||||
'hipchat_notify' => 'Hipchat',
|
||||
'irc' => 'IRC',
|
||||
'lint' => 'Lint',
|
||||
'mysql' => 'MySQL',
|
||||
'package_build' => 'Package Build',
|
||||
'pdepend' => 'PDepend',
|
||||
'pgsql' => 'PostgreSQL',
|
||||
'phar' => 'Phar',
|
||||
'phing' => 'Phing',
|
||||
'php_cs_fixer' => 'PHP Coding Standards Fixer',
|
||||
'php_spec' => 'PHP Spec',
|
||||
'shell' => 'Shell',
|
||||
'slack_notify' => 'Slack',
|
||||
'technical_debt' => 'Technical Debt',
|
||||
'xmpp' => 'XMPP',
|
||||
];
|
||||
399
src/PHPCensor/Languages/lang.uk.php
Normal file
399
src/PHPCensor/Languages/lang.uk.php
Normal file
|
|
@ -0,0 +1,399 @@
|
|||
<?php
|
||||
/**
|
||||
* PHPCI - Continuous Integration for PHP
|
||||
*
|
||||
* @copyright Copyright 2014, Block 8 Limited.
|
||||
* @license https://github.com/Block8/PHPCI/blob/master/LICENSE.md
|
||||
* @link https://www.phptesting.org/
|
||||
*/
|
||||
|
||||
return [
|
||||
'language_name' => 'Українська',
|
||||
'language' => 'Мова',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'Увійти до PHP Censor',
|
||||
'login_error' => 'Невірний email або пароль',
|
||||
'forgotten_password_link' => 'Забули свій пароль?',
|
||||
'reset_emailed' => 'Ми відправили вам посилання для скидання вашого паролю.',
|
||||
'reset_header' => '<strong>Не хвилюйтесь!</strong><br>Просто введіть ваш email
|
||||
і вам буде надіслано листа із посиланням на скидання паролю.',
|
||||
'reset_email_address' => 'Введіть свою email адресу:',
|
||||
'reset_send_email' => 'Скидання пароля',
|
||||
'reset_enter_password' => 'Введіть, будь ласка, новий пароль',
|
||||
'reset_new_password' => 'Новий пароль:',
|
||||
'reset_change_password' => 'Змінити пароль',
|
||||
'reset_no_user_exists' => 'Не існує користувача з такою email адресою, будь ласка, повторіть знову.',
|
||||
'reset_email_body' => 'Привіт, %s,
|
||||
|
||||
Ви отримали цей лист, тому що ви або хтось інший запросили скидання пароля в PHP Censor.
|
||||
|
||||
Якщо це були ви, будь ласка, перейдіть за посиланням нижче для скидання пароля: %ssession/reset-password/%d/%s,
|
||||
|
||||
або ж проігноруйте цей лист та нічого не робіть.
|
||||
|
||||
Дякуємо,
|
||||
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'Скидання пароль PHP Censor для %s',
|
||||
'reset_invalid' => 'Невірний запит скидання паролю.',
|
||||
'email_address' => 'Email адреса',
|
||||
'login' => 'Логин / Email адреса',
|
||||
'password' => 'Пароль',
|
||||
'log_in' => 'Увійти',
|
||||
|
||||
|
||||
// Top Nav
|
||||
'toggle_navigation' => 'Сховати/відобразити панель навігації',
|
||||
'n_builds_pending' => '%d збірок очікує',
|
||||
'n_builds_running' => '%d збірок виконується',
|
||||
'edit_profile' => 'Редагувати профіль',
|
||||
'sign_out' => 'Вийти',
|
||||
'branch_x' => 'Гілка: %s',
|
||||
'created_x' => 'Створено: %s',
|
||||
'started_x' => 'Розпочато: %s',
|
||||
|
||||
// Sidebar
|
||||
'hello_name' => 'Привіт, %s',
|
||||
'dashboard' => 'Панель управління',
|
||||
'admin_options' => 'Меню адміністратора',
|
||||
'add_project' => 'Додати проект',
|
||||
'settings' => 'Налаштування',
|
||||
'manage_users' => 'Управління користувачами',
|
||||
'plugins' => 'Плагіни',
|
||||
'view' => 'Переглянути',
|
||||
'build_now' => 'Зібрати',
|
||||
'edit_project' => 'Редагувати проект',
|
||||
'delete_project' => 'Видалити проект',
|
||||
|
||||
// Project Summary:
|
||||
'no_builds_yet' => 'Немає збірок!',
|
||||
'x_of_x_failed' => '%d із останніх %d збірок були провалені.',
|
||||
'x_of_x_failed_short' => '%d / %d провалені.',
|
||||
'last_successful_build' => 'Останнью успішною збіркою була %s.',
|
||||
'never_built_successfully' => 'У цього проекта ніколи не було успішних збірок.',
|
||||
'all_builds_passed' => 'Усі із останніх %d збірок успішні.',
|
||||
'all_builds_passed_short' => '%d / %d успішні.',
|
||||
'last_failed_build' => 'Останньою проваленою збіркою була %s.',
|
||||
'never_failed_build' => 'У цього проекта ніколи не було провалених збірок.',
|
||||
'view_project' => 'Переглянути проект',
|
||||
|
||||
// Timeline:
|
||||
'latest_builds' => 'Останні збірки',
|
||||
'pending' => 'Очікує',
|
||||
'running' => 'Виконується',
|
||||
'success' => 'Успіх',
|
||||
'successful' => 'Успішно',
|
||||
'failed' => 'Провалена',
|
||||
'manual_build' => 'Ручна збірка',
|
||||
|
||||
// Add/Edit Project:
|
||||
'new_project' => 'Новий проект',
|
||||
'project_x_not_found' => 'Проект із ID %d не існує.',
|
||||
'project_details' => 'Деталі проекта',
|
||||
'public_key_help' => 'Для полегшення початку, ми згенерували пару SSH-ключів для вас для використання в цьому проекті.
|
||||
Для їх використання - просто додайте наступний публічний ключ у розділ "deploy keys" обраної вами системи зберігання програмного коду.',
|
||||
'select_repository_type' => 'Оберіть тип репозиторію...',
|
||||
'github' => 'GitHub',
|
||||
'bitbucket' => 'Bitbucket',
|
||||
'gitlab' => 'GitLab',
|
||||
'remote' => 'Віддалений URL',
|
||||
'local' => 'Локальний шлях',
|
||||
'hg' => 'Mercurial',
|
||||
|
||||
'where_hosted' => 'Де зберігається ваш проект?',
|
||||
'choose_github' => 'Оберіть GitHub репозиторій:',
|
||||
|
||||
'repo_name' => 'Ім’я репозиторія / URL (зовнішній) / Шлях (локальний)',
|
||||
'project_title' => 'Заголовок проекту',
|
||||
'project_private_key' => 'Приватний ключ доступу до репозиторія
|
||||
(залишити поле порожнім для локального використання та/або анонімного доступу)',
|
||||
'build_config' => 'Конфігурація збірки цього проекта для PHP Censor
|
||||
(якщо ви не додали файл phpci.yml до репозиторію вашого проекту)',
|
||||
'default_branch' => 'Назва гілки за замовчуванням',
|
||||
'allow_public_status' => 'Увімкнути публічну сторінку статусу та зображення для цього проекта?',
|
||||
'archived' => 'Архівний',
|
||||
'archived_menu' => 'Архів',
|
||||
'save_project' => 'Зберегти проект',
|
||||
|
||||
'error_mercurial' => 'URL репозиторію Mercurial повинен починатись із http:// або https://',
|
||||
'error_remote' => 'URL репозиторію повинен починатись із git://, http:// або https://',
|
||||
'error_gitlab' => 'Ім’я репозиторія GitLab повинно бути у форматі "user@domain.tld:owner/repo.git"',
|
||||
'error_github' => 'Ім’я репозиторія повинно відповідати формату "owner/repo"',
|
||||
'error_bitbucket' => 'Ім’я репозиторія повинно відповідати формату "owner/repo"',
|
||||
'error_path' => 'Вказаний шлях не існує.',
|
||||
|
||||
// View Project:
|
||||
'all_branches' => 'Усі гілки',
|
||||
'builds' => 'Збірки',
|
||||
'id' => 'ID',
|
||||
'date' => 'Дата',
|
||||
'project' => 'Проект',
|
||||
'commit' => 'Комміт',
|
||||
'branch' => 'Гілка',
|
||||
'status' => 'Статус',
|
||||
'prev_link' => '« Попер.',
|
||||
'next_link' => 'Наст. »',
|
||||
'public_key' => 'Публічний ключ',
|
||||
'delete_build' => 'Видалити збірку',
|
||||
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_help_github' => 'Для автоматичної збірки цього проекту, при надходженні нових комітів, додайте наступний URL
|
||||
у якості нового "Webhook" у розділі налаштувань
|
||||
<a href="https://github.com/%s/settings/hooks">Webhooks and Services</a>
|
||||
вашого GitHub репозиторію.',
|
||||
|
||||
'webhooks_help_gitlab' => 'Для автоматичної збірки цього проекту, при надходженні нових комітів, додайте наступний URL
|
||||
у якості нового "WebHook URL" у розділі "Web Hooks" вашого GitLab репозиторію.',
|
||||
|
||||
'webhooks_help_bitbucket' => 'Для автоматичної збірки цього проекту, при надходженні нових комітів, додайте наступний URL
|
||||
у якості нового "POST" сервісу у розділі
|
||||
<a href="https://bitbucket.org/%s/admin/services">Services</a>
|
||||
вашого Bitbucket репозиторію.',
|
||||
|
||||
// View Build
|
||||
'build_x_not_found' => 'Збірка із ID %d не існує.',
|
||||
'build_n' => 'Збірка %d',
|
||||
'rebuild_now' => 'Перезібрати зараз',
|
||||
|
||||
|
||||
'committed_by_x' => 'Комміт від %s',
|
||||
'commit_id_x' => 'Комміт: %s',
|
||||
|
||||
'chart_display' => 'Цей графік відобразиться після завершення збірки.',
|
||||
|
||||
'build' => 'Збірка',
|
||||
'lines' => 'Рядків',
|
||||
'comment_lines' => 'Рядків коментарів',
|
||||
'noncomment_lines' => 'Рядків не коментарів',
|
||||
'logical_lines' => 'Рядків логіки',
|
||||
'lines_of_code' => 'Рядки коду',
|
||||
'build_log' => 'Лог збірки',
|
||||
'quality_trend' => 'Тенденція якості',
|
||||
'codeception_errors' => 'Помилки Codeception',
|
||||
'phpmd_warnings' => 'Попередження PHPMD',
|
||||
'phpcs_warnings' => 'Попередження PHPCS',
|
||||
'phpcs_errors' => 'Помилки PHPCS',
|
||||
'phplint_errors' => 'Помилки Lint',
|
||||
'phpunit_errors' => 'Помилки PHPUnit',
|
||||
'phpdoccheck_warnings' => 'Відсутні Docblocks',
|
||||
'issues' => 'Проблеми',
|
||||
|
||||
'codeception' => 'Codeception',
|
||||
'phpcpd' => 'PHP Copy/Paste Detector',
|
||||
'phpcs' => 'PHP Code Sniffer',
|
||||
'phpdoccheck' => 'Відсутні Docblocks',
|
||||
'phpmd' => 'PHP Mess Detector',
|
||||
'phpspec' => 'PHP Spec',
|
||||
'phpunit' => 'PHP Unit',
|
||||
|
||||
'file' => 'Файл',
|
||||
'line' => 'Рядок',
|
||||
'class' => 'Клас',
|
||||
'method' => 'Метод',
|
||||
'message' => 'Повідомлення',
|
||||
'start' => 'Запуск',
|
||||
'end' => 'Кінець',
|
||||
'from' => 'Від',
|
||||
'to' => 'До',
|
||||
'result' => 'Результат',
|
||||
'ok' => 'OK',
|
||||
'took_n_seconds' => 'Зайняло %d секунд',
|
||||
'build_created' => 'Збірка створена',
|
||||
'build_started' => 'Збірка розпочата',
|
||||
'build_finished' => 'Збірка завершена',
|
||||
'test_message' => 'Message',
|
||||
'test_no_message' => 'No message',
|
||||
'test_success' => 'Successful: %d',
|
||||
'test_fail' => 'Failures: %d',
|
||||
'test_skipped' => 'Skipped: %d',
|
||||
'test_error' => 'Errors: %d',
|
||||
'test_todo' => 'Todos: %d',
|
||||
'test_total' => '%d test(s)',
|
||||
|
||||
// Users
|
||||
'name' => 'Ім’я',
|
||||
'password_change' => 'Пароль (залишити порожнім, якщо не бажаєте змінювати його)',
|
||||
'save' => 'Зберегти »',
|
||||
'update_your_details' => 'Оновити ваші деталі',
|
||||
'your_details_updated' => 'Ваші деталі були оновлені.',
|
||||
'add_user' => 'Додати користувача',
|
||||
'is_admin' => 'Адміністратор?',
|
||||
'yes' => 'Так',
|
||||
'no' => 'Ні',
|
||||
'edit' => 'Редагувати',
|
||||
'edit_user' => 'Редагувати користувача',
|
||||
'delete_user' => 'Видалити користувача',
|
||||
'user_n_not_found' => 'Користувач із ID %d не існує.',
|
||||
'is_user_admin' => 'Чи є цей користувач адміністратором?',
|
||||
'save_user' => 'Зберегти користувача',
|
||||
|
||||
// Settings:
|
||||
'settings_saved' => 'Ваші налаштування були збережені.',
|
||||
'settings_check_perms' => 'Ваші налаштування не можуть бути збережені, перевірте права на ваш файл налаштувань config.yml.',
|
||||
'settings_cannot_write' => 'PHP Censor не може записати файл config.yml, налаштування не будуть коректно збережені,
|
||||
доки це не буде виправлено.',
|
||||
'settings_github_linked' => 'Ваш GitHub аккаунт було підключено.',
|
||||
'settings_github_not_linked' => 'Ваш GitHub аккаунт не може бути підключеним.',
|
||||
'build_settings' => 'Налаштування збірки',
|
||||
'github_application' => 'GitHub додаток',
|
||||
'github_sign_in' => 'Перед початком користування GitHub, вам необхідно <a href="%s">увійти</a> та надати
|
||||
доступ для PHP Censor до вашого аккаунту.',
|
||||
'github_phpci_linked' => 'PHP Censor успішно зв\'язаний з аккаунтом GitHub.',
|
||||
'github_where_to_find' => 'Де це знайти...',
|
||||
'github_where_help' => 'Якщо ви є власником додатку, який би ви хотіли використовувати, то ви можете знайти інформацію про це у розділі
|
||||
налаштувань ваших <a href="https://github.com/settings/applications">додатків</a>.',
|
||||
|
||||
'email_settings' => 'Налаштування Email',
|
||||
'email_settings_help' => 'Перед тим, як PHP Censor почне надсилати статуси збірок на email,
|
||||
вам необхідно налаштувати параметри SMTP нижче.',
|
||||
|
||||
'application_id' => 'ID додатка',
|
||||
'application_secret' => 'Таємний ключ додатка',
|
||||
|
||||
'smtp_server' => 'Сервер SMTP',
|
||||
'smtp_port' => 'Порт SMTP',
|
||||
'smtp_username' => 'Ім’я користувача SMTP',
|
||||
'smtp_password' => 'Пароль SMTP',
|
||||
'from_email_address' => 'Відправляти з Email',
|
||||
'default_notification_address' => 'Email для повідомлень за замовчуванням',
|
||||
'use_smtp_encryption' => 'Використовувати SMTP шифрування?',
|
||||
'none' => 'Ні',
|
||||
'ssl' => 'SSL',
|
||||
'tls' => 'TLS',
|
||||
|
||||
'failed_after' => 'Вважати збірку проваленою після',
|
||||
'5_mins' => '5 хвилин',
|
||||
'15_mins' => '15 хвилин',
|
||||
'30_mins' => '30 хвилин',
|
||||
'1_hour' => '1 година',
|
||||
'3_hours' => '3 години',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'PHP Censor не може оновити composer.json, оскільки він не є доступним для запису.',
|
||||
'x_has_been_removed' => '%s було видалено.',
|
||||
'x_has_been_added' => '%s був доданий до composer.json і буде встановлений, як тільки
|
||||
ви виконаєте composer update.',
|
||||
'enabled_plugins' => 'Увімкнені плагіни',
|
||||
'provided_by_package' => 'Наданий пакетом',
|
||||
'installed_packages' => 'Встановлені пакети',
|
||||
'suggested_packages' => 'Запропоновані пакети',
|
||||
'title' => 'Заголовок',
|
||||
'description' => 'Опис',
|
||||
'version' => 'Версія',
|
||||
'install' => 'Встановити »',
|
||||
'remove' => 'Видалити »',
|
||||
'search_packagist_for_more' => 'Знайти більше пакетів на Packagist',
|
||||
'search' => 'Знайти »',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'URL встановлення PHP Censor',
|
||||
'db_host' => 'Хост бази даних',
|
||||
'db_name' => 'Назва бази даних',
|
||||
'db_user' => 'Ім’я користувача бази даних',
|
||||
'db_pass' => 'Пароль бази даних',
|
||||
'admin_name' => 'Ім’я адміністратора',
|
||||
'admin_pass' => 'Пароль адміністратора',
|
||||
'admin_email' => 'Email адреса адміністратора',
|
||||
'config_path' => 'Шлях до файла конфігурації',
|
||||
'install_phpci' => 'Встановити PHP Censor',
|
||||
'welcome_to_phpci' => 'Ласкаво просимо до PHP Censor',
|
||||
'please_answer' => 'Будь ласка, дайте відповідь на наступні питання:',
|
||||
'phpci_php_req' => 'PHP Censor вимагає для роботи, принаймні, версію PHP 5.3.8.',
|
||||
'extension_required' => 'Необхідне розширення: %s',
|
||||
'function_required' => 'PHP Censor необхідна можливість викликати функцію %s(). Вона відключена у php.ini?',
|
||||
'requirements_not_met' => 'Неможливо встановити PHP Censor, оскільки не всі вимоги виконані.
|
||||
Будь ласка, продивіться наявні помилки перед тим, як продовжити.',
|
||||
'must_be_valid_email' => 'Повинно бути коректною email адресою.',
|
||||
'must_be_valid_url' => 'Повинно бути коректним URL.',
|
||||
'enter_name' => 'Ім’я адміністратора: ',
|
||||
'enter_email' => 'Email адміністратора: ',
|
||||
'enter_password' => 'Пароль адміністратора: ',
|
||||
'enter_phpci_url' => 'URL адреса вашого PHP Censor (наприклад, "http://phpci.local"): ',
|
||||
|
||||
'enter_db_host' => 'Будь ласка, введіть хост MySQL [localhost]: ',
|
||||
'enter_db_name' => 'Будь ласка, введить ім’я бази даних MySQL [phpci]: ',
|
||||
'enter_db_user' => 'Будь ласка, введить ім’я користувача MySQL [phpci]: ',
|
||||
'enter_db_pass' => 'Будь ласка, введить ваш пароль MySQL: ',
|
||||
'could_not_connect' => 'PHP Censor не може підключитися до MySQL із наданими параметрами. Будь ласка, спробуйте ще раз.',
|
||||
'setting_up_db' => 'Налаштування вашої бази даних...',
|
||||
'user_created' => 'Аккаунт користувача створено!',
|
||||
'failed_to_create' => 'PHP Censor не вдалося створити ваш аккаунт адміністратора.',
|
||||
'config_exists' => 'Файл конфігурації PHP Censor вже існує та не є порожнім.',
|
||||
'update_instead' => 'Якщо ви збираєтесь оновити PHP Censor, будь ласка, використовуйте команду phpci:update.',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Оновити базу даних для відображення змінених моделей.',
|
||||
'updating_phpci' => 'Оновлення бази даних PHP Censor:',
|
||||
'not_installed' => 'Неможливо встановити PHP Censor.',
|
||||
'install_instead' => 'Будь ласка, встановіть PHP Censor через команду phpci:install.',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'Зробити запит до GitHub для перевірки запуску збірки.',
|
||||
'no_token' => 'GitHub токен не знайдено',
|
||||
'finding_projects' => 'Пошук проектів для запиту',
|
||||
'found_n_projects' => 'Знайдено %d проектів',
|
||||
'last_commit_is' => 'Останній коміт на GitHub для %s - %s',
|
||||
'adding_new_build' => 'Останній коміт має відмінності із базою даних, створена нова збірка.',
|
||||
'finished_processing_builds' => 'Завершено обробку збірок.',
|
||||
|
||||
// Create Admin
|
||||
'create_admin_user' => 'Створити аккаунт адміністратора',
|
||||
'incorrect_format' => 'Невірний формат',
|
||||
|
||||
// Create Build Command
|
||||
'create_build_project' => 'Create a build for a project',
|
||||
'project_id_argument' => 'A project ID',
|
||||
'commit_id_option' => 'Commit ID to build',
|
||||
'branch_name_option' => 'Branch to build',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Запустити всі PHP Censor збірки, які очікують.',
|
||||
'finding_builds' => 'Пошук збірок для обробки',
|
||||
'found_n_builds' => 'Знайдено %d збірок',
|
||||
'skipping_build' => 'Збірка %d пропущена - Збірка проекта вже у процесі.',
|
||||
'marked_as_failed' => 'Збірка %d відмічена як невдала через перевищення ліміту часу.',
|
||||
|
||||
// Builder
|
||||
'missing_phpci_yml' => 'Цей проект не містить файл phpci.yml або він є порожнім.',
|
||||
'build_success' => 'ЗБІРКА УСПІШНА',
|
||||
'build_failed' => 'ЗБІРКА НЕВДАЛА',
|
||||
'removing_build' => 'Видалення збірки.',
|
||||
'exception' => 'Виключення:',
|
||||
'could_not_create_working' => 'Не вдалося створити робочу копію.',
|
||||
'working_copy_created' => 'Робоча копія створена: %s',
|
||||
'looking_for_binary' => 'Пошук бінарного пакета: %s',
|
||||
'found_in_path' => 'Знайдено у %s: %s',
|
||||
'running_plugin' => 'ВИКОНУЄТЬСЯ ПЛАГІН: %s',
|
||||
'plugin_success' => 'ПЛАГІН: УСПІШНО',
|
||||
'plugin_failed' => 'ПЛАГІН: НЕВДАЛО',
|
||||
'plugin_missing' => 'Плагін не існує: %s',
|
||||
'tap_version' => 'TapParser підтримує тільки TAP версії 13',
|
||||
'tap_error' => 'Некоректний TAP-рядок, кількість тестів не співпадає із вказаними.',
|
||||
|
||||
// Build Plugins:
|
||||
'no_tests_performed' => 'Жодних тестів не було запущено.',
|
||||
'could_not_find' => 'Неможливо знайти %s',
|
||||
'no_campfire_settings' => 'Не вказані параметри з’єднання для плагіна Campfire',
|
||||
'failed_to_wipe' => 'Не вдалося знищити існуючу директорію %s перед копіюванням',
|
||||
'passing_build' => 'Успішно збірка',
|
||||
'failing_build' => 'Невдала збірка',
|
||||
'log_output' => 'Вивід лога:',
|
||||
'n_emails_sent' => '%d листів відправлено.',
|
||||
'n_emails_failed' => '%d листів не вдалося відправити.',
|
||||
'unable_to_set_env' => 'Неможливо встановити змінну оточення',
|
||||
'tag_created' => 'Тег, створений PHP Censor: %s',
|
||||
'x_built_at_x' => '%PROJECT_TITLE% зібрано у %BUILD_URI%',
|
||||
'hipchat_settings' => 'Будь ласка, вкажіть кімнату та "authToken" параметр для плагіна hipchat_notify',
|
||||
'irc_settings' => 'Ви повинні вказати сервер, кімнату та нік.',
|
||||
'invalid_command' => 'Невірна команда',
|
||||
'import_file_key' => 'Вираз імпорту повинен містити ключ \'file\'',
|
||||
'cannot_open_import' => 'Неможливо відкрити файл імпорту SQL: %s',
|
||||
'unable_to_execute' => 'Неможливо виконати файл SQL',
|
||||
'phar_internal_error' => 'Внутрішня помилка плагіну Phar',
|
||||
'build_file_missing' => 'Вказаний файл збірки не існує.',
|
||||
'property_file_missing' => 'Вказаний файл властивості не існує.',
|
||||
'could_not_process_report' => 'Неможливо обробити звіт, згенерований цією утилітою.',
|
||||
'shell_not_enabled' => 'Плагін shell не увімкнений. Будь ласка, увімкніть його через config.yml.'
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue