text
stringlengths
14
100k
source
stringclasses
1 value
repo
stringclasses
810 values
language
stringclasses
13 values
<?php /** * Activity text strings. * Is used for all the text within activity logs & notifications. */ return [ // Pages 'page_create' => 'erstellte Seite', 'page_create_notification' => 'Seite erfolgreich erstellt', 'page_update' => 'aktualisierte Seite', 'pag...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Authentication Language Lines * The following language lines are used during authentication for various * messages that we need to display to the user. */ return [ 'failed' => 'Diese Anmeldedaten stimmen nicht mit unseren Aufzeichnungen überein.', 'throttle' => 'Zu viele Anmeldeve...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Common elements found throughout many areas of BookStack. */ return [ // Buttons 'cancel' => 'Abbrechen', 'clo<|fim_suffix|>onfigurieren', 'manage' => 'Verwalten', 'fullscreen' => 'Vollbild', 'favourite' => 'Favoriten', 'unfavourite' => 'Kein Favorit', 'next'...
fim
BookStackApp/BookStack
php
<?php /** * Text used in custom JavaScript driven components. */ return [ // Image Manager 'image_select' => 'Bild auswählen', 'image_list' => 'Bilderliste', 'image_details' => 'Bilddetails', 'image_upload' => 'Bild hochladen', 'image_intro' => 'Hier können Sie die zuvor hochgeladenen Bilder ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Page Editor Lines * Contains text strings used within the user interface of the * WYSIWYG page editor. Some Markdown editor strings may still * exist in the 'entities' file instead since this was added later. */ return [ // General editor terms 'general' => 'Allgemein', 'advan...
fim
BookStackApp/BookStack
php
<|fim_suffix|> => 'Ziehen Sie Dateien hierher, um diese hochzuladen und zu überschreiben', 'attachments_order_updated' => 'Reihenfolge der Anhänge aktualisiert', 'attachments_updated_success' => 'Anhangdetails aktualisiert', 'attachments_deleted' => 'Anhang gelöscht', 'attachments_file_uploaded' => 'Dat...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text shown in error messaging. */ return [ // Permissions 'permission' => 'Sie haben keine Zugriffsberechtigung auf die angeforderte Seite.', 'permissionJson' => 'Sie haben keine Berechtigung die angeforderte Aktion auszuführen.', // Auth 'error_user_exists_different_cr...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used for activity-based notifications. */ return [ 'new_comment_subject' => 'Neuer Kommentar auf Seite: :pageName', 'new_comment_intro' => 'Ein Benutzer hat eine Seite in :appName kommentiert:', <|fim_suffix|>lben Bearbeiter erhalten.', 'comment_mention_subject' => 'Sie wu...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php <|fim_suffix|> <|fim_middle|>/** * Pagination Language Lines * The following language lines are used by the paginator library to build * the simple pagination links. */ return [ 'previous' => '&laquo; Vorherige', 'next' => 'Nächste &raquo;', ];<|endoftext|>
fim
BookStackApp/BookStack
php
<|fim_suffix|> E-Mail zugesendet.', 'reset' => 'Ihr Passwort wurde zurückgesetzt!', ]; <|fim_prefix|><?php /** * Password Remind<|fim_middle|>er Language Lines * The following language lines are the default lines which match reasons * that are given by the password broker for a password update attempt has faile...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used for user-preference specific views within bookstack. */ return [ 'my_account' => 'Mein Account', 'shortcuts' => 'Tastenkürzel', 'shortcuts_interface' => 'Einstellungen zu UI Abkürzungen', 'shortcuts_toggle_desc' => 'Hier können Sie Tastaturkürzel für die Systemob...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Settings text strings * Contains all text strings used in the general settings sections of BookStack * including users and roles. */ return [ // Common Messages 'settings' => 'Einstellungen', 'settings_save' => 'Einstellungen speichern', 'system_version' => 'Systemversion'...
fim
BookStackApp/BookStack
php
<|fim_suffix|> 'required_if' => ':attribute ist erforderlich, wenn :other :value ist.', 'required_with' => ':attribute ist erforderlich, wenn :values vorhanden ist.', 'required_with_all' => ':attribute ist erforderlich, wenn :values vorhanden sind.', 'required_without' => ':attribute ...
fim
BookStackApp/BookStack
php
<|fim_suffix|>-Methode erfolgreich entfernt', // Settings 'settings_update' => 'hat Einstellungen aktualisiert', 'settings_update_notification' => 'Einstellungen erfolgreich aktualisiert', 'maintenance_action_run' => 'hat Wartungsarbeiten ausgeführt', // Webhooks 'webhook_create' => 'erstellte...
fim
BookStackApp/BookStack
php
<?php /** * Authentication Language Lines * The following language lines are used during authentication for various * messages that we need to display to the user. */ return [ 'failed' => 'Die eingegebenen Anmeldedaten sind ungültig.', 'throttle' => 'Zu viele Anmeldeversuche. Bitte versuche es in :seconds ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Common elements found throughout many areas of BookStack. */ return [ // Buttons 'cancel' => 'Abbrechen', 'close' => 'Schließen', 'confirm' => 'Bestätigen', 'back' => 'Zurück', 'save' => 'Speichern', 'continue' => 'Weiter', 'select' => 'Auswählen', 'toggl...
fim
BookStackApp/BookStack
php
<|fim_suffix|>save' => 'Code speichern', ]; <|fim_prefix|><?php /** * Text used in custom JavaScript driven components. */ return [ // Image Manager 'image_select' => 'Bild auswählen', 'image_list' => 'Bilderliste', 'image_details' => 'Bilddetails', 'image_upload' => 'Bild hochladen', 'image_...
fim
BookStackApp/BookStack
php
<|fim_suffix|> 'row_properties_title' => 'Zeileneigenschaften', 'cut_row' => 'Zeile ausschneiden', 'copy_row' => 'Zeile kopieren', 'paste_row_before' => 'Zeile davor einfügen', 'paste_row_after' => 'Zeile danach einfügen', 'row_type' => 'Zeilentyp', 'row_type_header' => 'Kopfzeile', 'row...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used for 'Entities' (Document Structure Elements) such as * Books, Shelves, Chapters & Pages */ return [ // Shared 'recently_created' => 'Kürzlich angelegt', 'recently_created_pages' => 'Kürzlich angelegte Seiten', 'recently_updated_pages' => 'Kürzlich aktualisierte Se...
fim
BookStackApp/BookStack
php
<|fim_suffix|>Benutzer verwendet.', 'social_account_not_used' => 'Dieses :socialAccount-Konto ist bisher keinem Benutzer zugeordnet. Du kannst das in deinen Profil-Einstellungen tun.', 'social_account_register_instructions' => 'Wenn du bisher kein Social-Media Konto besitzt, kannst du ein solches Konto mit der ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used for activity-based notifications. */ return [ 'new_comment_subject' => 'Neuer Kommentar auf Seite: :pageName', 'new_comment_intro' => 'Ein Benutzer hat eine Seite in :appName kommentiert:', 'new_page_subject' => 'Neue Seite: :pageName', 'new_page_intro' => 'Es wurd...
fim
BookStackApp/BookStack
php
<?php /** * Pagination Language Lines * The following language lines are used by the paginator library to build * the simple pagination links. */ return [ 'previous' => '&laquo; Vorherige', 'next' => 'Nächste &raquo;', ]; <|endoftext|>
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Password Reminder Language Lines * The following language lines are the default lines which match reasons * that are given by the password<|fim_suffix|> und mit der eingegebenen Wiederholung übereinstimmen.', 'user' => "Es wurde kein Benutzer mit dieser E-Mail-Adresse gefunden.", 't...
fim
BookStackApp/BookStack
php
<|fim_suffix|>en', 'profile_admin_options_desc' => 'Weitere Administrator-Optionen, wie zum Beispiel die Verwaltung von Rollenzuweisungen, findest du in deinem Benutzerkonto im Bereich "Einstellungen > Benutzer" der Anwendung.', 'delete_account' => 'Konto löschen', 'delete_my_account' => 'Mein Konto lösche...
fim
BookStackApp/BookStack
php
<?php /** * Settings text strings * Contains all text strings used in the general settings sections of BookStack * including users and roles. */ return [ // Common Messages 'settings' => 'Einstellungen', 'settings_save' => 'Einstellungen speichern', 'system_version' => 'Systemversion', 'categor...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Validation Lines * The following language lines contain the default error messages used by * the validator class. Some of these rules have multiple versions such * as the size rules. Feel free to tweak each of these messages here. */ return [ // Standard laravel validation lines ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Activity text strings. * Is used for all the text within activity logs & notifications. */ return [ // Pages 'page_create' => 'σελίδα που δημιουργήθηκε', 'page_create_notification' => 'Η σελίδα δημιουργήθηκε με επιτυχία', 'page_update' => ...
fim
BookStackApp/BookStack
php
<|fim_suffix|>ληθεύστε χρησιμοποιώντας μία από τις διαμορφωμένες μεθόδους σας για να συνεχίσετε.', 'mfa_verify_no_methods' => 'Δεν έχουν διαμορφωθεί μέθοδοι.', 'mfa_verify_no_methods_desc' => 'Δεν βρέθηκαν μέθοδοι ελέγχου ταυτότητας πολλαπλών παραγόντων για τον λογαριασμό σας. Θα χρειαστεί να ρυθμίσετε τουλάχισ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Common elements found throughout many areas of BookStack. */ return [ // Buttons 'cancel' => 'Ακύρωση', 'close' => 'Κλείσιμο', 'confirm' => 'Οκ', 'back' => 'Πίσω', 'save' => 'Αποθήκευση', 'continue' => 'Συνέχεια', 'select' => 'Επιλογή', 'toggle_all' => 'Ε...
fim
BookStackApp/BookStack
php
<|fim_suffix|>ge_updated' => 'Ενημερώθηκε :updateDate', 'image_load_more' => 'Φόρτωσε περισσότερα', 'image_image_name' => 'Όνομα εικόνας', 'image_delete_used' => 'Αυτή η εικόνα χρησιμοποιείται στις παρακάτω σελίδες.', 'image_delete_confirm_text' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε αυτήν την εικό...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Page Editor Lines * Contains text strings used within the user interface of the * WYSIWYG page editor. Some Markdown editor strings may still * exist in the 'entities' file instead since this was added later. */ return [ // General editor terms 'general' => 'Γενικά', 'advanced...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used for 'Entities' (Document Structure Elements) such as * Books, Shelves, Chapters & Pages */ return [ // Shared 'recently_created' => 'Δημιουργήθηκε Πρόσφατα', 'recently_created_pages' => 'Πρόσφατα Δημιουργημένες Σελίδες', 'recently_updated_pages' => 'Πρόσφατες Ενημ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text shown in error messaging. */ return [ // Permissions 'permission' => 'Δεν έχετε δικαίωμα πρόσβασης στη ζητούμενη σελίδα.', 'permissionJson' => 'Δεν έχετε άδεια να εκτελέσετε την αιτούμενη ενέργεια.', // Auth 'error_user_exists_different_creds' => 'Ένας χρήστης με e...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used for activity-based notifications. */ return [ 'new_comment_subject' => 'Νέο σχόλιο στη σελίδα: :pageName', 'new_comment_intro' => 'Ένας χρήστης έχει σχολιάσει σε μια σελίδα στο :appName:', 'new_page_subject' => 'Νέα σελίδα: :pageName', 'new_page_intro' => 'Μια νέα ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Pagination<|fim_suffix|>όμενο &raquo;', ]; <|fim_middle|> Language Lines * The following language lines are used by the paginator library to build * the simple pagination links. */ return [ 'previous' => '&laquo; Προηγούμενο', 'next' => 'Επ<|endoftext|>
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Password Reminder Language Lines * The following language lines are the default lines which match reasons * that are given by the password broker for a password update attempt has failed. */ return [ 'password' => 'Ο κωδικός πρόσβασης πρ<|fim_suffix|> τον κωδικό επιβεβαίωσης.', 'u...
fim
BookStackApp/BookStack
php
<|fim_suffix|>t_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', 'notifications_watched' => 'Watched & Ignored Items', 'notifications_watched_desc' => 'Below are the items that h...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Settings text strings * Contains all text strings used in the general settings sections of BookStack * including users and roles. */ return [ // Common Messages 'settings' => 'Ρυθμίσεις', 'settings_save' => 'Αποθήκευση ρυθμίσεων', 'system_version' => 'Έκδοση εφαρμογής', ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Validation Lines * The following language lines contain the default error messages used by * the validator class. Some of these rules have multiple versions such * as the size rules. Feel free to tweak each of these messages here. */ return [ // Standard laravel validation lines ...
fim
BookStackApp/BookStack
php
<|fim_suffix|>cation' => 'User successfully removed', 'user_mfa_reset' => 'reset MFA for user', 'user_mfa_reset_notification' => 'Multi-factor authentication methods reset', // API Tokens 'api_token_create' => 'created API token', 'api_token_create_notification' => 'API token successfully created',...
fim
BookStackApp/BookStack
php
<|fim_suffix|>e able to use one of the codes as a second authentication mechanism.', 'mfa_gen_backup_codes_download' => 'Download Codes', 'mfa_gen_backup_codes_usage_warning' => 'Each code can only be used once', 'mfa_gen_totp_title' => 'Mobile App Setup', 'mfa_gen_totp_desc' => 'To use multi-factor aut...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Common elements found throughout many areas of BookStack. */ return [ // Buttons 'cancel' => 'Cancel', 'close' => 'Close', 'confirm' => 'Confirm', '<|fim_suffix|>e', 'dark_mode' => 'Dark Mode', 'light_mode' => 'Light Mode', 'global_search' => 'Global Search',...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used in custom JavaScript driven components. */ return [ // Image Manager 'image_select' => 'Image Select', 'image_list' => 'Image List', 'image_details' => 'Image Details', 'image_upload' => 'Upload Image', 'image_intro' => 'Here you can <|fim_suffix|>leted', ...
fim
BookStackApp/BookStack
php
<|fim_suffix|>_border_double' => 'Double', 'cell_border_groove' => 'Groove', 'cell_border_ridge' => 'Ridge', 'cell_border_inset' => 'Inset', 'cell_border_outset' => 'Outset', 'cell_border_none' => 'None', 'cell_border_hidden' => 'Hidden', // Images, links, details/summary & embed 'sourc...
fim
BookStackApp/BookStack
php
<|fim_suffix|> 'Copy Permissions to Books', 'shelves_copy_permissions' => 'Copy Permissions', 'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text shown in error messaging. */ return [ // Permissions 'permission' => 'You do not have permission to access the requested page.', 'permissionJson' => 'You do not have permission to perform the requested action.', // Auth 'error_user_exists_different_creds' => 'A use...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used for activity-based notifications. */ return [ 'new_comment_subject' => 'New comment on page: :pageName', 'new_comment_intro' => 'A user has commented on a page in :appName:', 'new_page_subject' => 'New page: :pageName', 'new_page_intro' => 'A new page has been crea...
fim
BookStackApp/BookStack
php
<|fim_suffix|> links. */ return [ 'previous' => '&laquo; Previous', 'next' => 'Next &raquo;', ]; <|fim_prefix|><?php /** * Pagination Language Lines * The following language lines are used by the paginator library to buil<|fim_middle|>d * the simple pagination<|endoftext|>
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /<|fim_suffix|>valid for this email address.', 'sent' => 'We have e-mailed your password reset link!', 'reset' => 'Your password has been reset!', ]; <|fim_middle|>** * Password Reminder Language Lines * The following language lines are the default lines which match reasons * that are gi...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used for user-preference speci<|fim_suffix|> system access.', 'profile_email_no_permission' => 'Unfortunately you don\'t have permission to change your email address. If you want to change this, you\'d need to ask an administrator to change this for you.', 'profile_avatar_desc' ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Settings text strings * Contains all text strings used in the general settings sections of BookStack * including users and roles. */ return [ // Common Messages 'settings' => 'Settings', 'settings_save' => 'Save Settings', 'system_version' => 'System Version', 'categor...
fim
BookStackApp/BookStack
php
<|fim_suffix|>lobytes.', 'string' => 'The :attribute must be less than or equal :value characters.', 'array' => 'The :attribute must not have more than :value items.', ], 'max' => [ 'numeric' => 'The :attribute may not be greater than :max.', 'file' => 'The...
fim
BookStackApp/BookStack
php
<|fim_suffix|>nvertido a estante', 'bookshelf_create_from_book_notification' => 'Libro convertido a estante con éxito', 'bookshelf_update' => 'estante actualizado', 'bookshelf_update_notification' => 'Estante actualizado correctamente', 'bookshelf_delete' => 'estant...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Authentication Language Lines * The following language lines are used during authentication for various * messages that we need to display to the user. */ return [ 'failed' => 'Estas credenciales no coinciden con nuestros registros.', 'throttle' => 'Dema<|fim_suffix|> dos pasos pa...
fim
BookStackApp/BookStack
php
<?php /** * Common elements found throughout many areas of BookStack. */ return [ // Buttons 'cancel' => 'Cancelar', 'close' => 'Cerrar', 'confirm' => 'Confirmar', 'back' => 'Atrás', 'save' => 'Guardar', 'continue' => 'Continuar', 'select' => 'Seleccionar', 'toggle_all' => 'Marcar...
fim
BookStackApp/BookStack
php
<|fim_suffix|>do un archivo de imagen en esta ventana, o usando el botón "Subir imagen" de arriba.', 'image_all' => 'Todas', 'image_all_title' => 'Ver todas las imágenes', 'image_book_title' => 'Ver las imágenes subidas a este libro', 'image_page_title' => 'Ver las imágenes subidas a esta página', '...
fim
BookStackApp/BookStack
php
<|fim_suffix|>mna a la derecha', 'cell_padding' => 'Relleno de la celda', 'cell_spacing' => 'Espaciado entre celdas', 'caption' => 'Leyenda', 'show_caption' => 'Mostrar leyenda', 'constrain' => 'Restringir proporciones', 'cell_border_solid' => 'Sólida', 'cell_border_dotted' => 'Punteada', ...
fim
BookStackApp/BookStack
php
<|fim_suffix|>desc_comments_page' => 'Notificar los cambios en las páginas y los nuevos comentarios.', 'watch_change_default' => 'Cambiar preferencias de notificación por defecto', 'watch_detail_ignore' => 'Ignorar notificaciones', 'watch_detail_new' => 'Suscripciones de nuevas páginas', 'watch_detail_u...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text shown in error messaging. */ return [ // Permissions 'permission' => 'No tienes permisos para visualizar la página solicitada.', 'permissionJson' => 'No tienes permisos para ejecutar la acción solicitada.', // Auth 'error_user_exists_different_creds' => '<|fim_suff...
fim
BookStackApp/BookStack
php
<|fim_suffix|> 'sus preferencias de notificación', ]; <|fim_prefix|><?php /** * Text used for activity-based notifications. */ return [ 'new_comment_subject' => 'Nuevo comentario en la página: :pageName', 'new_comment_intro' => 'Un usuario ha comentado en una página de :appName:', 'n<|fim_middle|>ew_page...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Pagination Language Lines * The following language lines are used by the paginator library to build * the simple pagination links. <|fim_suffix|> => 'Siguiente &raquo;', ]; <|fim_middle|> */ return [ 'previous' => '&laquo; Anterior', 'next'<|endoftext|>
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Password Reminder Language Lines * The following langua<|fim_suffix|> coincidir con la confirmación.', 'user' => "No podemos encontrar un usuario con esta dirección de correo electrónico.", 'token' => 'El token de modificación de contraseña no es válido para esta dirección de correo ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used for user-preference specific views within bookstack. */ return [ 'my_account' => 'Mi cuenta', 'shortcuts' => 'Accesos directos', 'shortcuts_interface' => 'Preferencias de acceso directo en la interfaz', 'shortcuts_toggle_desc' => 'Aquí puede activar o desactivar ...
fim
BookStackApp/BookStack
php
<?php /** * Settings text strings * Contains all text strings used in the general settings sections of BookStack * including users and roles. */ return [ // Common Messages 'settings' => 'Ajustes', 'settings_save' => 'Guardar ajustes', 'system_version' => 'Versión de BookStack', 'categories' =>...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Validation Lines * The following language lines contain the default error messages used by * the validator class. Some of these rules have multiple versions such * as the size rules. Feel free to tweak each of these messages here. */ return [ // Standard laravel validation lines ...
fim
BookStackApp/BookStack
php
<|fim_suffix|> 'auth_password_reset_request' => 'cambio de contraseña de usuario solicitado', 'auth_password_reset_update' => 'restablecer contraseña de usuario', 'mfa_setup_method' => 'método MFA configurado', 'mfa_setup_method_notification' => 'Método de autenticación de múltiples factores configurado ...
fim
BookStackApp/BookStack
php
<|fim_suffix|> correo electrónico con el enlace de confirmación que fue enviado luego de registrarse.', 'email_not_confirmed_resend' => 'Si no puede encontrar el correo electrónico, puede solicitar el renvío del correo electrónico de confirmación rellenando el formulario a continuación.', 'email_not_confirmed_r...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Common elements found throughout many areas of BookStack. */ return [ // Buttons 'cancel' => 'Cancelar', 'close' => 'Cerrar', 'confirm' => 'Confirmar', 'back' => 'Atrás', 'save' => 'Guardar', 'continue' => 'Continuar', 'select' => 'Seleccionar', 'toggle_a...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used in custom JavaScript driven components. */ return [ // Image Manager 'image_select' => 'Seleccionar Imagen', 'image_list' => 'Lista de imágenes', 'image_details' => 'Detalles de la imagen', 'image_upload' => 'Subir imagen', 'image_intro' => 'Aquí puede sele...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Page Editor Lines * Contains text strings used within the user interface of the * WYSIWYG page editor. Some Markdown editor strings may still * exist in the 'entities' file instead since this was added later. */ return [ // General editor terms 'general' => 'General', 'advance...
fim
BookStackApp/BookStack
php
<?php /** * Text used for 'Entities' (Document Structure Elements) such as * Books, Shelves, Chapters & Pages */ return [ // Shared 'recently_created' => 'Creado recientemente', 'recently_created_pages' => 'Páginas creadas recientemente', 'recently_updated_pages' => 'Páginas actualizadas recientemen...
fim
BookStackApp/BookStack
php
<|fim_suffix|>', ]; <|fim_prefix|><?php /** * Text shown in error messaging. */ return [ // Permissions 'permission' => 'Ud. no tiene permisos para visualizar la página solicitada.', 'permissionJson' => 'Ud. no tiene permisos para ejecutar la acción solicitada.', // Auth 'error_user_exists_diffe...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used for activity-based notifications. */ return [ 'new_comment_subject' => 'Nuevo comentario en la página: :pageName', 'new_comment_intro' => 'Un usuario comentó en una página de :appName:', 'new_page_subject' => 'Página nueva: :pageName', 'new_page_intro' => 'Se creó ...
fim
BookStackApp/BookStack
php
<|fim_suffix|>revious' => '&laquo; Anterior', 'next' => 'Siguiente &raquo;', ]; <|fim_prefix|><?php /<|fim_middle|>** * Pagination Language Lines * The following language lines are used by the paginator library to build * the simple pagination links. */ return [ 'p<|endoftext|>
fim
BookStackApp/BookStack
php
<|fim_suffix|>ta dirección de correo electrónico.', 'sent' => '¡Hemos enviado a su cuenta de correo electrónico un enlace para restaurar su contraseña!', 'reset' => '¡Su contraseña fue restaurada!', ]; <|fim_prefix|><?php /** * Password Reminder Language Lines * The following language lines are the default l...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used for user-preference specific views within bookstack. */ return [ 'my_account' => 'Mi cuenta', 'shortcuts' => 'Atajos', 'shortcuts_interface' => 'Preferencias de atajos en la interfaz', 'shortcuts_toggle_desc' => 'Aquí puede activar o desactivar los accesos rápido...
fim
BookStackApp/BookStack
php
<?php /** * Settings text strings * Contains all text strings used in the general settings sections of BookStack * including users and roles. */ return [ // Common Messages 'settings' => 'Ajustes', 'settings_save' => 'Guardar ajustes', 'system_version' => 'Versión del Sistema', 'categories' => ...
fim
BookStackApp/BookStack
php
<|fim_suffix|>d :attribute es inválio.', 'integer' => 'El :attribute debe ser un entero.', 'ip' => 'El :attribute debe ser una dirección IP álida.', 'ipv4' => 'El :attribute debe ser una dirección IPv4 válida.', 'ipv6' => 'El :attribute debe...
fim
BookStackApp/BookStack
php
<|fim_suffix|>, // Other 'permissions_update' => 'muutis õiguseid', ]; <|fim_prefix|><?php /** * Activity text strings. * Is used for all the text within activity logs & notifications. */ return [ // Pages 'page_create' => 'lisas lehe', 'page_create_notification' => ...
fim
BookStackApp/BookStack
php
<?php /** * Authentication Language Lines * The following language lines are used during authentication for various * messages that we need to display to the user. */ return [ 'failed' => 'Kasutajanimi ja parool ei klapi.', 'throttle' => 'Liiga palju sisselogimiskatseid. Proovi uuesti :seconds sekundi pära...
fim
BookStackApp/BookStack
php
<|fim_suffix|>ght_mode' => 'Hele režiim', 'global_search' => 'Globaalne otsing', // Layout tabs 'tab_info' => 'Info', 'tab_info_label' => 'Sakk: Näita sekundaarset infot', 'tab_content' => 'Sisu', 'tab_content_label' => 'Sakk: Näita primaarset sisu', // Email Content 'email_action_help...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text u<|fim_suffix|>ete_confirm_text' => 'Kas oled kindel, et soovid selle pildifaili kustutada?', 'image_select_image' => 'Vali pildifail', 'image_dropzone' => 'Üleslaadimiseks lohista pildid või klõpsa siin', 'image_dropzone_drop' => 'Üleslaadimiseks lohista pildid siia', 'i...
fim
BookStackApp/BookStack
php
<|fim_suffix|>link...', 'open_link_current' => 'Samas aknas', 'open_link_new' => 'Uues aknas', 'remove_link' => 'Eemalda link', 'insert_collapsible' => 'Lisa kokkupandav plokk', 'collapsible_unwrap' => 'Paki lahti', 'edit_label' => 'Muuda silti', 'toggle_open_closed' => 'Avatud/suletud', ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used for 'Entities' (Document Structure Elements) such as * Books, Shelves, Chapters & Pages */ return [ // Shared 'recently_created' => 'Hiljuti lisatud', 'recently_created_pages' => 'Hiljuti lisatud lehed', 'recently_updated_pages' => 'Hiljuti muudetud lehed', 'r...
fim
BookStackApp/BookStack
php
<|fim_suffix|> kustutamisel tekkis viga.', 'empty_comment' => 'Tühja kommentaari ei saa lisada.', // Error pages '404_page_not_found' => 'Lehekülge ei leitud', 'sorry_page_not_found' => 'Vabandust, soovitud lehekülge ei leitud.', 'sorry_page_not_found_permission_warning' => 'Kui see lehekülg peaks ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used for activity-based notifications. */ return [ 'new_comment_subject' => 'Uus kommentaar lehel: :pageName', 'new_comment_intro' => 'Rakenduses :appName kommenteeriti lehte:', 'new_page_subject' => 'Uus leht: :pageName', 'new_page_intro' => 'Rakenduses :appName lisati...
fim
BookStackApp/BookStack
php
<|fim_suffix|>o;', ]; <|fim_prefix|><?ph<|fim_middle|>p /** * Pagination Language Lines * The following language lines are used by the paginator library to build * the simple pagination links. */ return [ 'previous' => '&laquo; Eelmine', 'next' => 'Järgmine &raqu<|endoftext|>
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Password Reminder Language Lines * The following language lines are the default lines which match reasons * that are given by the password broker for a password update attempt has failed. */ return [ 'password' => 'Paroolides peab olema vähemalt kaheksa tähemärki ja nad peavad omavahe...
fim
BookStackApp/BookStack
php
<|fim_suffix|>nto süsteemist. Sa ei saa kontot taastada ega seda tegevust tagasi võtta. Sinu loodud sisu, näiteks lisatud lehed ja üleslaaditud pildid, jäävad alles.', 'delete_my_account_warning' => 'Kas oled kindel, et soovid oma konto kustutada?', ]; <|fim_prefix|><?php /** * Text used for user-preference speci...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Settings text strings * Contains all text strings used in the general settings sections of BookStack * including users and roles. */ return [ // Common Messages 'settings' => 'Seaded', 'settings_save' => 'Salvesta seaded', 'system_version' => 'Süsteemi versioon', 'cate...
fim
BookStackApp/BookStack
php
<|fim_suffix|> => ':attribute peab olema täisarv.', 'ip' => ':attribute peab olema kehtiv IP-aadress.', 'ipv4' => ':attribute peab olema kehtiv IPv4 aadress.', 'ipv6' => ':attribute peab olema kehtiv IPv6 aadress.', 'json' => ':attribute...
fim
BookStackApp/BookStack
php
<|fim_suffix|> comment', 'comment_update' => 'updated comment', 'comment_delete' => 'deleted comment', // Sort Rules 'sort_rule_create' => 'created sort rule', 'sort_rule_create_notification' => 'Sort rule successfully created', 'sort_rule_update' => 'updated sort rule...
fim
BookStackApp/BookStack
php
<|fim_suffix|>Enter one of your remaining backup codes below:', 'mfa_verify_backup_code_enter_here' => 'Enter backup code here', 'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:', 'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again usin...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Common elements found throughout many areas of BookStack. */ return [ // Buttons 'cancel' => 'Ezeztatu', 'close' => 'Close', 'confirm' => 'Berretsi', 'back' => 'Itzuli', 'save' => 'Gorde', 'continue' => 'Jarraitu', 'select' => 'Aukeratu', 'toggle_all' => ...
fim
BookStackApp/BookStack
php
<|fim_suffix|>'image_delete_success' => 'Irudia ondo ezabatu da', 'image_replace' => 'Replace Image', 'image_replace_success' => 'Image file successfully updated', 'image_rebuild_thumbs' => 'Regenerate Size Variations', 'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!', ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Page Editor Lines * Contains text strings used within the user interface of the * WYSIWYG page editor. Some Markdown editor strings may still * exist in the 'entities' file instead since this was added later. */ return [ // General editor terms 'general' => 'Orokorra', 'advanc...
fim
BookStackApp/BookStack
php
<?php /** * Text used for 'Entities' (Document Structure Elements) such as * Books, Shelves, Chapters & Pages */ return [ // Shared 'recently_created' => 'Duela gutxi sortuak', 'recently_created_pages' => 'Berriki sortutako Orrialdeak', 'recently_updated_pages' => 'Berriki aldatutako Orrialdeak', ...
fim
BookStackApp/BookStack
php
<|fim_suffix|>_list' => 'An error occurred while fetching the comments.', 'cannot_add_comment_to_draft' => 'You cannot add comments to a draft.', 'comment_add' => 'An error occurred while adding / updating the comment.', 'comment_delete' => 'An error occurred while deleting the comment.', 'empty_comment...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used for activity-based notifications. */ return [ 'new_comment_subject' => 'New comment on page: :pageName', 'new_comment_intro' => 'A user has com<|fim_suffix|>ageName', 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => ...
fim
BookStackApp/BookStack
php
<|fim_suffix|>return [ 'previous' => '&laquo; Aurrekoa', 'next' => 'Hurrengoa &raquo;', ]; <|fim_prefix|><?php /** * Pagination Language Lines * T<|fim_middle|>he following language lines are used by the paginator library to build * the simple pagination links. */ <|endoftext|>
fim
BookStackApp/BookStack
php