1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Updated translations with latest Crowdin changes (#4025)

This commit is contained in:
Dan Brown
2023-02-26 10:36:15 +00:00
committed by GitHub
parent f35c42b0b8
commit ba21b54195
140 changed files with 830 additions and 746 deletions

View File

@@ -67,6 +67,11 @@ return [
'user_update_notification' => 'User successfully updated',
'user_delete_notification' => 'User successfully removed',
// Roles
'role_create_notification' => 'Role successfully created',
'role_update_notification' => 'Role successfully updated',
'role_delete_notification' => 'Role successfully deleted',
// Other
'commented_on' => 'komentar na',
'permissions_update' => 'pravice so posodobljene',

View File

@@ -23,7 +23,7 @@ return [
'meta_updated' => 'Posodobljeno :timeLength',
'meta_updated_name' => 'Posodobil :timeLength uporabnik :user',
'meta_owned_name' => 'V lasti :user',
'meta_reference_page_count' => 'Referenced on 1 page|Referenced on :count pages',
'meta_reference_page_count' => 'Referenced on :count page|Referenced on :count pages',
'entity_select' => 'Izbira entitete',
'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item',
'images' => 'Slike',

View File

@@ -138,18 +138,16 @@ return [
'roles' => 'Vloge',
'role_user_roles' => 'Vloge uporabnika',
'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.',
'roles_x_users_assigned' => '1 user assigned|:count users assigned',
'roles_x_permissions_provided' => '1 permission|:count permissions',
'roles_x_users_assigned' => ':count user assigned|:count users assigned',
'roles_x_permissions_provided' => ':count permission|:count permissions',
'roles_assigned_users' => 'Assigned Users',
'roles_permissions_provided' => 'Provided Permissions',
'role_create' => 'Ustvari novo vlogo',
'role_create_success' => 'Vloga uspešno ustvarjena',
'role_delete' => 'Brisanje vloge',
'role_delete_confirm' => 'Izbrisana bo vloga z imenom \':roleName\'.',
'role_delete_users_assigned' => 'Ta vloga ima dodeljenih :userCount uporabnikov. V kolikor želite uporabnike preseliti iz te vloge, spodaj izberite novo vlogo.',
'role_delete_no_migration' => "Ne prenašaj uporabnikov",
'role_delete_sure' => 'Ali ste prepričani, da želite izbrisati to vlogo?',
'role_delete_success' => 'Vloga uspešno izbrisana',
'role_edit' => 'Uredi vlogo',
'role_details' => 'Podrobnosti vloge',
'role_name' => 'Naziv vloge',
@@ -175,7 +173,6 @@ return [
'role_own' => 'Lasten',
'role_controlled_by_asset' => 'Nadzira ga sredstvo, v katerega so naloženi',
'role_save' => 'Shrani vlogo',
'role_update_success' => 'Vloga uspešno posodobljena',
'role_users' => 'Uporabniki v tej vlogi',
'role_users_none' => 'Tej vlogi trenutno ni dodeljen noben uporabnik',
@@ -253,7 +250,7 @@ return [
// Webhooks
'webhooks' => 'Webhooks',
'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.',
'webhooks_x_trigger_events' => '1 trigger event|:count trigger events',
'webhooks_x_trigger_events' => ':count trigger event|:count trigger events',
'webhooks_create' => 'Create New Webhook',
'webhooks_none_created' => 'No webhooks have yet been created.',
'webhooks_edit' => 'Edit Webhook',