Files
server/opt/psa/admin/plib/modules/ruby/resources/locales/tl-PH.php
2026-01-07 20:52:11 +01:00

199 lines
8.3 KiB
PHP

<?php
// Copyright 1999-2017. Parallels IP Holdings GmbH. All Rights Reserved.
$messages = [
'activeList' => [
'button' => [
'title' => 'Ruby',
'description' => 'Pamahalaan ang Ruby para sa website na ito.',
'enabled' => 'Bersyon ng Ruby: %%version%%',
],
'service' => [
'version' => 'Bersyon ng Ruby: %%version%%',
'mode' => 'mode: %%mode%%',
'restartButton' => 'I-restart ang App',
],
],
'dynamicList' => [
'drawerButton' => [
'title' => 'Ruby',
'description' => 'Enable Ruby on your domain',
]
],
'controllers' => [
'index' => [
'list' => [
'title' => 'Ruby Manager',
],
],
'domain' => [
'index' => [
'title' => 'Ruby',
'titleForObject' => 'Ruby sa %%name%%',
'noStartupFileHint' => 'Naka-enable ang Ruby sa domain na ito. Pero hindi nakita ang startup file na %%file%%.',
'enableButton' => 'I-enable ang Ruby',
'enableButtonDescription' => 'I-enable ang Ruby para sa domain na ito at mag-detect ng mga Ruby application',
'restartButton' => 'I-restart ang App',
'restartButtonDescription' => 'I-restart ang application',
'bundleInstallButton' => 'Pag-install ng bundle',
'bundleInstallButtonDescription' => 'I-install ang mga gem na kinakailangan ng application gamit ang Bundler utility',
'runRakeTaskButton' => 'Patakbuhin ang rake task',
'runRakeTaskButtonDescription' => 'Mag-run ng rake task na available para sa application',
'disableButton' => 'I-disable ang Ruby',
'disableButtonDescription' => 'I-disable ang Ruby para sa domain na ito',
'rubyVersion' => 'Bersyon ng Ruby',
'rubyVersionPopupTitle' => 'Bersyon ng Ruby sa Application na ito',
'rubyVersionPopupDescription' => 'Piliin ang bersyon ng Ruby sa application na ito:',
'environment' => 'Mga custom na environment variable',
'environmentEdit' => 'itakda',
'applicationMode' => 'Application Mode',
'applicationModePopupTitle' => 'Application Mode',
'applicationModePopupDescription' => 'Pumili ng mode ng Ruby application:',
'applicationUrl' => 'URL ng Application',
'applicationPath' => 'Application Root',
'applicationPathOpen' => 'open',
'applicationPathPopupTitle' => 'Root ng Application',
'applicationPathPopupDescription' => 'Piliin ang root ng Node.js application:',
'applicationType' => 'uri ng Ruby app',
'railsType' => 'Ruby on Rails',
'rackType' => 'Nakabatay sa rack',
'configurationFilesTitle' => 'Access sa Mga Configuration File',
'configurationFilesDescription' => 'Mag-click ng pangalan ng file na ie-edit:',
'rootDirectoryTitle' => 'Root directory',
'pleaseWait' => 'Mangyaring maghintay...',
],
'enable' => [
'success' => 'Na-enable na ang Ruby sa %%domain%%.',
],
'restart' => [
'success' => 'Na-touch na ang restart.txt file. Mare-restart ang application pagkatapos ng unang kahilingan.',
],
'disable' => [
'success' => 'Na-disable na ang Ruby sa %%domain%%.',
],
'change-version' => [
'success' => 'Matagumpay nang na-update ang bersyon ng Ruby.',
],
'change-application-mode' => [
'success' => 'Matagumpay nang na-update ang application mode.',
'failed' => 'Hindi wasto ang application mode na "%%value%%".',
],
'change-application-path' => [
'success' => 'Matagumpay na na-update ang path ng application.',
'failed' => 'Hindi nabago ang path ng application: %%cause%%',
],
'environment' => [
'title' => 'I-edit ang mga custom na environment variable',
'success' => 'Binago ang mga custom na environment variable.',
],
'bundle-install' => [
'success' => 'Matagumpay nang na-install ang bundle.',
],
],
],
'permissions' => [
'supportManagement' => 'Pamamahala sa suporta para sa Ruby',
'supportManagementDescription' => 'Pahintulutan ang mga customer na gamitin ang Ruby',
'stateManagement' => 'Pamamahala sa status ng Ruby',
'stateManagementDescription' => 'Pahintulutan ang mga customer na baguhin ang status ng Ruby',
'versionManagement' => 'Pamamahala sa bersyon ng Ruby',
'versionManagementDescription' => 'Pahintulutan ang mga customer na baguhin ang bersyon ng Ruby',
],
'components' => [
'buttons' => [
'ok' => 'OK',
'cancel' => 'Kanselahin',
],
'forms' => [
'environment' => [
'variables' => 'Mga custom na environment variable',
'variableName' => 'Variable',
'variableValue' => 'Value',
'addButton' => 'Magdagdag ng variable',
'removeButton' => 'Alisin',
],
],
'run-rake-task-popup' => [
'title' => 'I-run ang rake task',
'options' => 'Mga parameter ng task',
'optionsDescription' => 'Mga halimbawa:%%examples%%',
'output' => 'Output',
'run' => 'I-run',
'pleaseWait' => 'Mangyaring maghintay',
],
'lists' => [
'handlers' => [
'refreshButton' => 'I-refresh',
'refreshButtonDescription' => 'I-refresh ang listahan ng mga Ruby handler',
'version' => 'Bersyon',
'path' => 'Path',
'domains' => 'Mga Domain',
],
],
'tasks' => [
'bundle-install' => [
'title' => 'Pag-install ng bundle',
'installing' => 'Nag-i-install...',
]
],
],
'api' => [
'common' => [
'permissionDenied' => 'Tinanggihan ang pahintulot',
'domainDoesNotHaveHosting' => 'Walang aktwal na pagho-host ang domain na "%%domain%%".',
'commandNotFound' => 'Hindi nakita ang command na "%%command%%".',
'handlerNotFound' => 'Hindi nakita ang bersyon ng Ruby na "%%version%%".',
'versionIsEmpty' => 'Walang laman ang bersyon.',
],
'cli' => [
'versions' => [
'enabled' => 'Naka-enable',
'version' => 'Bersyon',
'fullVersion' => 'Buong bersyon',
'path' => 'Path',
],
'enable' => [
'success' => 'Na-enable na ang bersyon ng Ruby na "%%version%%".',
],
'disable' => [
'success' => 'Na-disable na ang bersyon ng Ruby na "%%version%%".',
],
'enableOnDomain' => [
'success' => 'Na-enable na ang Ruby sa domain na "%%domain%%".',
],
'disableOnDomain' => [
'success' => 'Na-disable na ang Ruby sa domain na "%%domain%%".',
],
'setVersion' => [
'success' => 'Napalitan na ng "%%version%%" ang bersyon ng Ruby sa domain na "%%domain%%".',
],
],
],
'cli' => [
'commands' => [
'versions' => 'Ipakita ang listahan ng mga bersyon ng Ruby.',
'enable' => 'I-enable ang bersyon ng Ruby o i-enable ang suporta sa Ruby sa domain.',
'disable' => 'I-disable ang bersyon ng Ruby o i-disable ang suporta sa Ruby sa domain.',
'set-version' => 'Itakda ang bersyon ng Ruby sa domain.',
'get-version' => 'Ipakita ang bersyon ng Ruby sa domain.',
],
'options' => [
'domain' => 'Domain name (gamitin kasama ng command na "enable", "disable", "set-version" at "get-version").',
'version' => 'Bersyon ng Ruby (gamitin kasama ng command na "enable", "disable" at "set-version").',
],
],
];