the browser-facing portion of osu!
at master 30 lines 1.0 kB view raw
1<?php 2 3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. 4// See the LICENCE file in the repository root for full licence text. 5 6return [ 7 'new' => 'Νέο Κλειδί Api παλαιού τύπου', 8 'none' => 'Κανένα κλειδί.', 9 10 'docs' => [ 11 '_' => 'Η τεκμηρίωση είναι διαθέσιμη στο :github.', 12 'github' => 'GitHub', 13 ], 14 15 'form' => [ 16 'create' => 'Δημιουργία Κλειδιού', 17 ], 18 19 'view' => [ 20 'hide' => 'Απόκρυψη Κλειδιού', 21 'show' => 'Εμφάνιση Κλειδιού', 22 'delete' => 'Διαγραφή', 23 ], 24 25 'warning' => [ 26 'line1' => 'Μην το δίνετε αυτό σε άλλους.', 27 'line2' => "Είναι ισοδύναμο με το να δίνετε τον κωδικό πρόσβασής σας.", 28 'line3' => 'Ο λογαριασμός σας μπορεί να παραβιαστεί.', 29 ], 30];