mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update meta files before release.
This commit is contained in:
20
resources/assets/js/i18n.js
vendored
20
resources/assets/js/i18n.js
vendored
@@ -1,3 +1,23 @@
|
||||
/*
|
||||
* i18n.js
|
||||
* Copyright (c) 2020 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Create VueI18n instance with options
|
||||
module.exports = new vuei18n({
|
||||
locale: document.documentElement.lang, // set locale
|
||||
|
@@ -44,33 +44,33 @@
|
||||
"edit": "Muokkaa",
|
||||
"delete": "Poista",
|
||||
"name": "Nimi",
|
||||
"profile_whoops": "Whoops!",
|
||||
"profile_something_wrong": "Something went wrong!",
|
||||
"profile_try_again": "Something went wrong. Please try again.",
|
||||
"profile_whoops": "Hupsis!",
|
||||
"profile_something_wrong": "Jokin meni vikaan!",
|
||||
"profile_try_again": "Jokin meni vikaan. Yrit\u00e4 uudelleen.",
|
||||
"profile_oauth_clients": "OAuth Clients",
|
||||
"profile_oauth_no_clients": "You have not created any OAuth clients.",
|
||||
"profile_oauth_clients_header": "Clients",
|
||||
"profile_oauth_client_id": "Client ID",
|
||||
"profile_oauth_clients_header": "Asiakasohjelmat",
|
||||
"profile_oauth_client_id": "Asiakastunnus",
|
||||
"profile_oauth_client_name": "Nimi",
|
||||
"profile_oauth_client_secret": "Salaisuus",
|
||||
"profile_oauth_create_new_client": "Create New Client",
|
||||
"profile_oauth_create_client": "Create Client",
|
||||
"profile_oauth_edit_client": "Edit Client",
|
||||
"profile_oauth_name_help": "Something your users will recognize and trust.",
|
||||
"profile_oauth_redirect_url": "Redirect URL",
|
||||
"profile_oauth_create_new_client": "Luo Uusi Asiakas",
|
||||
"profile_oauth_create_client": "Luo Asiakas",
|
||||
"profile_oauth_edit_client": "Muokkaa asiakasta",
|
||||
"profile_oauth_name_help": "Jotain k\u00e4ytt\u00e4jillesi tuttua ja luotettavaa.",
|
||||
"profile_oauth_redirect_url": "URL:n uudelleenohjaus",
|
||||
"profile_oauth_redirect_url_help": "Your application's authorization callback URL.",
|
||||
"profile_authorized_apps": "Authorized applications",
|
||||
"profile_authorized_clients": "Authorized clients",
|
||||
"profile_scopes": "Scopes",
|
||||
"profile_revoke": "Revoke",
|
||||
"profile_personal_access_tokens": "Personal Access Tokens",
|
||||
"profile_personal_access_token": "Personal Access Token",
|
||||
"profile_revoke": "Peruuta",
|
||||
"profile_personal_access_tokens": "Henkil\u00f6kohtaiset K\u00e4ytt\u00f6oikeuskoodit",
|
||||
"profile_personal_access_token": "Henkil\u00f6kohtainen K\u00e4ytt\u00f6oikeuskoodi",
|
||||
"profile_personal_access_token_explanation": "Here is your new personal access token. This is the only time it will be shown so don't lose it! You may now use this token to make API requests.",
|
||||
"profile_no_personal_access_token": "You have not created any personal access tokens.",
|
||||
"profile_create_new_token": "Create new token",
|
||||
"profile_create_token": "Create token",
|
||||
"profile_create_new_token": "Luo uusi tunnus",
|
||||
"profile_create_token": "Luo tunnus",
|
||||
"profile_create": "Luo",
|
||||
"profile_save_changes": "Save changes",
|
||||
"profile_save_changes": "Tallenna muutokset",
|
||||
"default_group_title_name": "(ryhmittelem\u00e4tt\u00f6m\u00e4t)",
|
||||
"piggy_bank": "S\u00e4\u00e4st\u00f6possu"
|
||||
},
|
||||
|
Reference in New Issue
Block a user