mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Enh: Updated Translations (translate.humhub.org)
This commit is contained in:
parent
45dea99204
commit
8070f7b211
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,78 +1,77 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'<strong>Administration</strong> menu' => '<strong>管理</strong>メニュー',
|
||||
'<strong>Maintenance</strong> Mode' => '<strong>メンテナンス </strong>モード',
|
||||
'<strong>Module</strong> administration' => '<strong>モジュール</strong>の管理',
|
||||
'<strong>Warning</strong> incomplete setup!' => '<strong>警告</strong> 設定が不完全です。',
|
||||
'About' => 'About',
|
||||
'Activate' => '有効化',
|
||||
'Active Modules' => 'アクティブなモジュール',
|
||||
'Add more modules' => 'さらにモジュールを追加する',
|
||||
'Admin' => '管理者',
|
||||
'Administration' => '管理',
|
||||
'Administrative group' => '管理者権限を持つグループ',
|
||||
'Administrators' => '管理者',
|
||||
'Advanced' => '高度',
|
||||
'Advanced settings' => '高度な設定',
|
||||
'Appearance' => '外観',
|
||||
'Approval' => '承認',
|
||||
'Authentication' => '認証',
|
||||
'Back to overview' => '概要に戻る',
|
||||
'Back to user overview' => 'ユーザー概要に戻る',
|
||||
'Base URL needs to begin with http:// or https://' => 'ベースURLは http:// または https:// で始まる必要があります。',
|
||||
'Basic' => '基本',
|
||||
'Caching' => 'キャッシュ',
|
||||
'Configure' => '設定',
|
||||
'Cronjobs' => 'Cronジョブ',
|
||||
'Deactivate' => '無効化',
|
||||
'Default' => 'デフォルト',
|
||||
'Default group for administrators of this HumHub Installation' => 'このHumHubの管理者のデフォルトグループ',
|
||||
'Default group for all newly registered users of the network' => '新しく登録されたユーザーすべてのデフォルトグループ',
|
||||
'Delete all' => 'すべて削除',
|
||||
'Delete selected rows' => '選択した行を削除します',
|
||||
'Design' => 'デザイン',
|
||||
'Enable module...' => 'モジュールを有効にしています...',
|
||||
'Files' => 'ファイル',
|
||||
'General' => '一般',
|
||||
'Groups' => 'グループ',
|
||||
'Groups (Note: The Administrator group of this user can\'t be managed with your permissions)' => 'グループ(注:このユーザーの管理者グループはあなたの権限で管理することは出来ません。)',
|
||||
'Inactive Modules' => '非アクティブなモジュール',
|
||||
'Information' => 'インフォメーション',
|
||||
'Install Updates' => 'アップデートのインストール',
|
||||
'Invalid user state: {state}' => '無効なユーザー状態:{state}',
|
||||
'Invite by email' => 'Eメールアドレスで招待する',
|
||||
'Invite by link' => 'リンクで招待',
|
||||
'Invited by' => '招待者',
|
||||
'Keep your system up-to-date and benefit from the latest improvements.' => 'システムを最新の状態に保ち、最新の改善点を活用してください。',
|
||||
'Logging' => 'ログ',
|
||||
'Logs' => 'ログ',
|
||||
'Mailing' => 'メーリングリスト',
|
||||
'Modules' => 'モジュール',
|
||||
'No modules installed yet. Install some to enhance the functionality!' => 'モジュールがインストールされていません。機能向上のためモジュールを追加してください。',
|
||||
'Notifications' => '通知',
|
||||
'OEmbed' => 'OEmbed',
|
||||
'OEmbed providers' => 'OEmbedプロバイダー',
|
||||
'Open documentation' => 'ドキュメントを見る',
|
||||
'Pending user registrations' => '保留中のユーザー登録',
|
||||
'People' => '人々',
|
||||
'Permissions' => '権限',
|
||||
'Proxy' => 'プロキシ',
|
||||
'Self test' => 'セルフテスト',
|
||||
'Set as default' => 'デフォルトに設定',
|
||||
'Settings' => '設定',
|
||||
'Sign up' => 'サインアップ',
|
||||
'Spaces' => 'スペース',
|
||||
'Statistics' => '統計',
|
||||
'The cron job for the background jobs (queue) does not seem to work properly.' => 'バックグラウンドジョブ(キュー)のcronジョブが正常に動作しないようです。',
|
||||
'The cron job for the regular tasks (cron) does not seem to work properly.' => '定期的なタスク(cron)のcronジョブが正常に動作しないようです。',
|
||||
'This overview shows you all installed modules and allows you to enable, disable, configure and of course uninstall them. To discover new modules, take a look into our Marketplace. Please note that deactivating or uninstalling a module will result in the loss of any content that was created with that module.' => 'この概要にはインストールされているすべてのモジュールが表示され、モジュールを有効化、無効化、構成し、もちろんアンインストールすることができます。新しいモジュールを見つけるにはマーケットプレイスを覗いてください。モジュールを非アクティブ化またはアンインストールすると、そのモジュールで作成されたコンテンツがすべて失われることに注意してください。',
|
||||
'Uninstall' => 'アンインストール',
|
||||
'Updates available for {count} of your modules' => '{count} 個のモジュールで利用可能なアップデートがあります',
|
||||
'User not found!' => 'ユーザーが見つかりませんでした。',
|
||||
'Userprofiles' => 'ユーザープロフィール',
|
||||
'Users' => 'ユーザー',
|
||||
'Version' => 'バージョン',
|
||||
'Visit Marketplace' => 'マーケットプレイスにアクセス',
|
||||
'Show in Marketplace' => '',
|
||||
];
|
||||
return array (
|
||||
'<strong>Administration</strong> menu' => '<strong>管理</strong>メニュー',
|
||||
'<strong>Maintenance</strong> Mode' => '<strong>メンテナンス </strong>モード',
|
||||
'<strong>Module</strong> administration' => '<strong>モジュール</strong>の管理',
|
||||
'<strong>Warning</strong> incomplete setup!' => '<strong>警告</strong> 設定が不完全です。',
|
||||
'About' => 'About',
|
||||
'Activate' => '有効化',
|
||||
'Active Modules' => 'アクティブなモジュール',
|
||||
'Add more modules' => 'さらにモジュールを追加する',
|
||||
'Admin' => '管理者',
|
||||
'Administration' => '管理',
|
||||
'Administrative group' => '管理者権限を持つグループ',
|
||||
'Administrators' => '管理者',
|
||||
'Advanced' => '高度',
|
||||
'Advanced settings' => '高度な設定',
|
||||
'Appearance' => '外観',
|
||||
'Approval' => '承認',
|
||||
'Authentication' => '認証',
|
||||
'Back to overview' => '概要に戻る',
|
||||
'Back to user overview' => 'ユーザー概要に戻る',
|
||||
'Base URL needs to begin with http:// or https://' => 'ベースURLは http:// または https:// で始まる必要があります。',
|
||||
'Basic' => '基本',
|
||||
'Caching' => 'キャッシュ',
|
||||
'Configure' => '設定',
|
||||
'Cronjobs' => 'Cronジョブ',
|
||||
'Deactivate' => '無効化',
|
||||
'Default' => 'デフォルト',
|
||||
'Default group for administrators of this HumHub Installation' => 'このHumHubの管理者のデフォルトグループ',
|
||||
'Default group for all newly registered users of the network' => '新しく登録されたユーザーすべてのデフォルトグループ',
|
||||
'Delete all' => 'すべて削除',
|
||||
'Delete selected rows' => '選択した行を削除します',
|
||||
'Design' => 'デザイン',
|
||||
'Enable module...' => 'モジュールを有効にしています...',
|
||||
'Files' => 'ファイル',
|
||||
'General' => '一般',
|
||||
'Groups' => 'グループ',
|
||||
'Groups (Note: The Administrator group of this user can\'t be managed with your permissions)' => 'グループ(注:このユーザーの管理者グループはあなたの権限で管理することは出来ません。)',
|
||||
'Inactive Modules' => '非アクティブなモジュール',
|
||||
'Information' => 'インフォメーション',
|
||||
'Install Updates' => 'アップデートのインストール',
|
||||
'Invalid user state: {state}' => '無効なユーザー状態:{state}',
|
||||
'Invite by email' => 'Eメールアドレスで招待する',
|
||||
'Invite by link' => 'リンクで招待',
|
||||
'Invited by' => '招待者',
|
||||
'Keep your system up-to-date and benefit from the latest improvements.' => 'システムを最新の状態に保ち、最新の改善点を活用してください。',
|
||||
'Logging' => 'ログ',
|
||||
'Logs' => 'ログ',
|
||||
'Mailing' => 'メーリングリスト',
|
||||
'Modules' => 'モジュール',
|
||||
'No modules installed yet. Install some to enhance the functionality!' => 'モジュールがインストールされていません。機能向上のためモジュールを追加してください。',
|
||||
'Notifications' => '通知',
|
||||
'OEmbed' => 'OEmbed',
|
||||
'OEmbed providers' => 'OEmbedプロバイダー',
|
||||
'Open documentation' => 'ドキュメントを見る',
|
||||
'Pending user registrations' => '保留中のユーザー登録',
|
||||
'People' => '人々',
|
||||
'Permissions' => '権限',
|
||||
'Proxy' => 'プロキシ',
|
||||
'Self test' => 'セルフテスト',
|
||||
'Set as default' => 'デフォルトに設定',
|
||||
'Settings' => '設定',
|
||||
'Show in Marketplace' => 'マーケットプレイスを表示する',
|
||||
'Sign up' => 'サインアップ',
|
||||
'Spaces' => 'スペース',
|
||||
'Statistics' => '統計',
|
||||
'The cron job for the background jobs (queue) does not seem to work properly.' => 'バックグラウンドジョブ(キュー)のcronジョブが正常に動作しないようです。',
|
||||
'The cron job for the regular tasks (cron) does not seem to work properly.' => '定期的なタスク(cron)のcronジョブが正常に動作しないようです。',
|
||||
'This overview shows you all installed modules and allows you to enable, disable, configure and of course uninstall them. To discover new modules, take a look into our Marketplace. Please note that deactivating or uninstalling a module will result in the loss of any content that was created with that module.' => 'この概要にはインストールされているすべてのモジュールが表示され、モジュールを有効化、無効化、構成し、もちろんアンインストールすることができます。新しいモジュールを見つけるにはマーケットプレイスを覗いてください。モジュールを非アクティブ化またはアンインストールすると、そのモジュールで作成されたコンテンツがすべて失われることに注意してください。',
|
||||
'Uninstall' => 'アンインストール',
|
||||
'Updates available for {count} of your modules' => '{count} 個のモジュールで利用可能なアップデートがあります',
|
||||
'User not found!' => 'ユーザーが見つかりませんでした。',
|
||||
'Userprofiles' => 'ユーザープロフィール',
|
||||
'Users' => 'ユーザー',
|
||||
'Version' => 'バージョン',
|
||||
'Visit Marketplace' => 'マーケットプレイスにアクセス',
|
||||
);
|
||||
|
@ -1,78 +1,77 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'<strong>Administration</strong> menu' => '<strong>Administratie</strong> menu',
|
||||
'<strong>Maintenance</strong> Mode' => '<strong>Onderhoudsmodus</strong>',
|
||||
'<strong>Module</strong> administration' => '<strong>Module</strong> administratie',
|
||||
'<strong>Warning</strong> incomplete setup!' => '<strong>Waarschuwing</strong> onvolledige installatie!',
|
||||
'About' => 'Over',
|
||||
'Activate' => 'Activeren',
|
||||
'Active Modules' => 'Actieve modules',
|
||||
'Add more modules' => 'Voeg meer modules toe',
|
||||
'Admin' => 'Beheerder',
|
||||
'Administration' => 'Beheer',
|
||||
'Administrative group' => 'Administratieve groep',
|
||||
'Administrators' => 'Beheerders',
|
||||
'Advanced' => 'Geavanceerd',
|
||||
'Advanced settings' => 'Geavanceerde instellingen',
|
||||
'Appearance' => 'Weergave',
|
||||
'Approval' => 'Goedkeuring',
|
||||
'Authentication' => 'Authenticatie',
|
||||
'Back to overview' => 'Terug naar het overzicht',
|
||||
'Back to user overview' => 'Terug naar het gebruikersoverzicht',
|
||||
'Base URL needs to begin with http:// or https://' => 'De URL moet beginnen met http:// of https://',
|
||||
'Basic' => 'Basis',
|
||||
'Caching' => 'Caching',
|
||||
'Configure' => 'Configureren',
|
||||
'Cronjobs' => 'Cronjobs',
|
||||
'Deactivate' => 'Deactiveren',
|
||||
'Default' => 'Standaard',
|
||||
'Default group for administrators of this HumHub Installation' => 'Standaardgroep voor beheerders van deze HumHub-installatie',
|
||||
'Default group for all newly registered users of the network' => 'Standaardgroep voor alle nieuw geregistreerde gebruikers van het netwerk',
|
||||
'Delete all' => 'Verwijder alles',
|
||||
'Delete selected rows' => 'Verwijder de geselecteerde rijen',
|
||||
'Design' => 'Ontwerp',
|
||||
'Enable module...' => 'Module inschakelen...',
|
||||
'Files' => 'Bestanden',
|
||||
'General' => 'Algemeen',
|
||||
'Groups' => 'Groepen',
|
||||
'Groups (Note: The Administrator group of this user can\'t be managed with your permissions)' => 'Groepen (Opmerking: de beheerdersgroep van deze gebruiker kan niet worden beheerd met uw machtigingen)',
|
||||
'Inactive Modules' => 'Inactieve modules',
|
||||
'Information' => 'Informatie',
|
||||
'Install Updates' => 'Installeer updates',
|
||||
'Invalid user state: {state}' => 'Ongeldige gebruikersstatus: {state}',
|
||||
'Invite by email' => 'Uitnodigen per e-mail',
|
||||
'Invite by link' => 'Uitnodigen per link',
|
||||
'Invited by' => 'Uitgenodigd door',
|
||||
'Keep your system up-to-date and benefit from the latest improvements.' => 'Houd uw systeem up-to-date en profiteer van de nieuwste verbeteringen.',
|
||||
'Logging' => 'Logging',
|
||||
'Logs' => 'Logs',
|
||||
'Mailing' => 'Mailen',
|
||||
'Modules' => 'Modules',
|
||||
'No modules installed yet. Install some to enhance the functionality!' => 'Er zijn nog geen modules geïnstalleerd. Installeer er enkele de functionaliteit te verbeteren!',
|
||||
'Notifications' => 'Meldingen',
|
||||
'OEmbed' => 'OEmbed',
|
||||
'OEmbed providers' => 'OEmbed providers',
|
||||
'Open documentation' => 'Open documentatie',
|
||||
'Pending user registrations' => 'Wachtende gebruikersregistraties',
|
||||
'People' => 'Mensen',
|
||||
'Permissions' => 'Permissies',
|
||||
'Proxy' => 'Proxy',
|
||||
'Self test' => 'Zelf-test',
|
||||
'Set as default' => 'Stel in als standaard',
|
||||
'Settings' => 'Instellingen',
|
||||
'Sign up' => 'Registreer',
|
||||
'Spaces' => 'Ruimtes',
|
||||
'Statistics' => 'Statistieken',
|
||||
'The cron job for the background jobs (queue) does not seem to work properly.' => 'De cron-taak voor de achtergrondtaken (wachtrij) lijkt niet goed te werken.',
|
||||
'The cron job for the regular tasks (cron) does not seem to work properly.' => 'De cron-taak voor de reguliere taken (cron) lijkt niet goed te werken.',
|
||||
'This overview shows you all installed modules and allows you to enable, disable, configure and of course uninstall them. To discover new modules, take a look into our Marketplace. Please note that deactivating or uninstalling a module will result in the loss of any content that was created with that module.' => 'Dit overzicht toont u alle geïnstalleerde modules en stelt u in staat deze in te schakelen, uit te schakelen, te configureren en natuurlijk te verwijderen. Neem een kijkje in onze Marktplaats om nieuwe modules te ontdekken. Houd er rekening mee dat het deactiveren of verwijderen van een module zal resulteren in het verlies van alle inhoud die met die module is gemaakt.',
|
||||
'Uninstall' => 'Verwijderen',
|
||||
'Updates available for {count} of your modules' => 'Updates beschikbaar voor {count} van uw modules',
|
||||
'User not found!' => 'Gebruiker niet gevonden!',
|
||||
'Userprofiles' => 'Gebruikerprofielen',
|
||||
'Users' => 'Gebruikers',
|
||||
'Version' => 'Versie',
|
||||
'Visit Marketplace' => 'Bezoek de Marktplaats',
|
||||
'Show in Marketplace' => '',
|
||||
];
|
||||
return array (
|
||||
'<strong>Administration</strong> menu' => '<strong>Administratie</strong> menu',
|
||||
'<strong>Maintenance</strong> Mode' => '<strong>Onderhoudsmodus</strong>',
|
||||
'<strong>Module</strong> administration' => '<strong>Module</strong> administratie',
|
||||
'<strong>Warning</strong> incomplete setup!' => '<strong>Waarschuwing</strong> onvolledige installatie!',
|
||||
'About' => 'Over',
|
||||
'Activate' => 'Activeren',
|
||||
'Active Modules' => 'Actieve modules',
|
||||
'Add more modules' => 'Voeg meer modules toe',
|
||||
'Admin' => 'Beheerder',
|
||||
'Administration' => 'Beheer',
|
||||
'Administrative group' => 'Administratieve groep',
|
||||
'Administrators' => 'Beheerders',
|
||||
'Advanced' => 'Geavanceerd',
|
||||
'Advanced settings' => 'Geavanceerde instellingen',
|
||||
'Appearance' => 'Weergave',
|
||||
'Approval' => 'Goedkeuring',
|
||||
'Authentication' => 'Authenticatie',
|
||||
'Back to overview' => 'Terug naar het overzicht',
|
||||
'Back to user overview' => 'Terug naar het gebruikersoverzicht',
|
||||
'Base URL needs to begin with http:// or https://' => 'De URL moet beginnen met http:// of https://',
|
||||
'Basic' => 'Basis',
|
||||
'Caching' => 'Caching',
|
||||
'Configure' => 'Configureren',
|
||||
'Cronjobs' => 'Cronjobs',
|
||||
'Deactivate' => 'Deactiveren',
|
||||
'Default' => 'Standaard',
|
||||
'Default group for administrators of this HumHub Installation' => 'Standaardgroep voor beheerders van deze HumHub-installatie',
|
||||
'Default group for all newly registered users of the network' => 'Standaardgroep voor alle nieuw geregistreerde gebruikers van het netwerk',
|
||||
'Delete all' => 'Verwijder alles',
|
||||
'Delete selected rows' => 'Verwijder de geselecteerde rijen',
|
||||
'Design' => 'Ontwerp',
|
||||
'Enable module...' => 'Module inschakelen...',
|
||||
'Files' => 'Bestanden',
|
||||
'General' => 'Algemeen',
|
||||
'Groups' => 'Groepen',
|
||||
'Groups (Note: The Administrator group of this user can\'t be managed with your permissions)' => 'Groepen (Opmerking: de beheerdersgroep van deze gebruiker kan niet worden beheerd met uw machtigingen)',
|
||||
'Inactive Modules' => 'Inactieve modules',
|
||||
'Information' => 'Informatie',
|
||||
'Install Updates' => 'Installeer updates',
|
||||
'Invalid user state: {state}' => 'Ongeldige gebruikersstatus: {state}',
|
||||
'Invite by email' => 'Uitnodigen per e-mail',
|
||||
'Invite by link' => 'Uitnodigen per link',
|
||||
'Invited by' => 'Uitgenodigd door',
|
||||
'Keep your system up-to-date and benefit from the latest improvements.' => 'Houd uw systeem up-to-date en profiteer van de nieuwste verbeteringen.',
|
||||
'Logging' => 'Logging',
|
||||
'Logs' => 'Logs',
|
||||
'Mailing' => 'Mailen',
|
||||
'Modules' => 'Modules',
|
||||
'No modules installed yet. Install some to enhance the functionality!' => 'Er zijn nog geen modules geïnstalleerd. Installeer er enkele de functionaliteit te verbeteren!',
|
||||
'Notifications' => 'Meldingen',
|
||||
'OEmbed' => 'OEmbed',
|
||||
'OEmbed providers' => 'OEmbed providers',
|
||||
'Open documentation' => 'Open documentatie',
|
||||
'Pending user registrations' => 'Wachtende gebruikersregistraties',
|
||||
'People' => 'Mensen',
|
||||
'Permissions' => 'Permissies',
|
||||
'Proxy' => 'Proxy',
|
||||
'Self test' => 'Zelf-test',
|
||||
'Set as default' => 'Stel in als standaard',
|
||||
'Settings' => 'Instellingen',
|
||||
'Show in Marketplace' => 'Toon in de Marktplaats',
|
||||
'Sign up' => 'Registreer',
|
||||
'Spaces' => 'Ruimtes',
|
||||
'Statistics' => 'Statistieken',
|
||||
'The cron job for the background jobs (queue) does not seem to work properly.' => 'De cron-taak voor de achtergrondtaken (wachtrij) lijkt niet goed te werken.',
|
||||
'The cron job for the regular tasks (cron) does not seem to work properly.' => 'De cron-taak voor de reguliere taken (cron) lijkt niet goed te werken.',
|
||||
'This overview shows you all installed modules and allows you to enable, disable, configure and of course uninstall them. To discover new modules, take a look into our Marketplace. Please note that deactivating or uninstalling a module will result in the loss of any content that was created with that module.' => 'Dit overzicht toont u alle geïnstalleerde modules en stelt u in staat deze in te schakelen, uit te schakelen, te configureren en natuurlijk te verwijderen. Neem een kijkje in onze Marktplaats om nieuwe modules te ontdekken. Houd er rekening mee dat het deactiveren of verwijderen van een module zal resulteren in het verlies van alle inhoud die met die module is gemaakt.',
|
||||
'Uninstall' => 'Verwijderen',
|
||||
'Updates available for {count} of your modules' => 'Updates beschikbaar voor {count} van uw modules',
|
||||
'User not found!' => 'Gebruiker niet gevonden!',
|
||||
'Userprofiles' => 'Gebruikerprofielen',
|
||||
'Users' => 'Gebruikers',
|
||||
'Version' => 'Versie',
|
||||
'Visit Marketplace' => 'Bezoek de Marktplaats',
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user