-
Notifications
You must be signed in to change notification settings - Fork 945
feat(locale): add Albanian language #5461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
4af5e4a
Add Albanian locale definitions
Rolanddoda adcf12c
Add support for Albanian locale
Rolanddoda 65e2cae
Add Albanian language support
Rolanddoda 7c1488a
Add new locale file for Albanian language
Rolanddoda 9f02338
Remove Albanian from supported languages
Rolanddoda c3215b0
Alphabetical order
Rolanddoda dbf04be
up
benjamincanac File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,131 @@ | ||
| import type { Messages } from '../types' | ||
| import { defineLocale } from '../composables/defineLocale' | ||
|
|
||
| export default defineLocale<Messages>({ | ||
| name: 'Shqip', | ||
| code: 'sq', | ||
| messages: { | ||
| alert: { | ||
| close: 'Mbyll' | ||
| }, | ||
| authForm: { | ||
| hidePassword: 'Fshih fjalëkalimin', | ||
| showPassword: 'Shfaq fjalëkalimin', | ||
| submit: 'Vazhdo' | ||
| }, | ||
| banner: { | ||
| close: 'Mbyll' | ||
| }, | ||
| calendar: { | ||
| nextMonth: 'Muaji tjetër', | ||
| nextYear: 'Viti tjetër', | ||
| prevMonth: 'Muaji i kaluar', | ||
| prevYear: 'Viti i kaluar' | ||
| }, | ||
| carousel: { | ||
| dots: 'Zgjidh slajdin për të shfaqur', | ||
| goto: 'Shko te slajdi {slide}', | ||
| next: 'Tjetri', | ||
| prev: 'Para' | ||
| }, | ||
| chatPrompt: { | ||
| placeholder: 'Shkruaj mesazhin tënd këtu…' | ||
| }, | ||
| chatPromptSubmit: { | ||
| label: 'Dërgo mesazhin' | ||
| }, | ||
| colorMode: { | ||
| dark: 'Errët', | ||
| light: 'Ndritshëm', | ||
| switchToDark: 'Kalo në modalitetin e errët', | ||
| switchToLight: 'Kalo në modalitetin e ndritshëm', | ||
| system: 'Sistem' | ||
| }, | ||
| commandPalette: { | ||
| back: 'Pas', | ||
| close: 'Mbyll', | ||
| noData: 'Nuk ka të dhëna', | ||
| noMatch: 'Nuk ka të dhëna që përputhen', | ||
| placeholder: 'Shkruaj një komandë ose kërko…' | ||
| }, | ||
| contentSearch: { | ||
| links: 'Lidhje', | ||
| theme: 'Tema' | ||
| }, | ||
| contentSearchButton: { | ||
| label: 'Kërko…' | ||
| }, | ||
| contentToc: { | ||
| title: 'Në këtë faqe' | ||
| }, | ||
| dashboardSearch: { | ||
| theme: 'Tema' | ||
| }, | ||
| dashboardSearchButton: { | ||
| label: 'Kërko…' | ||
| }, | ||
| dashboardSidebarCollapse: { | ||
| collapse: 'Palos panelin anësor', | ||
| expand: 'Zgjero panelin anësor' | ||
| }, | ||
| dashboardSidebarToggle: { | ||
| close: 'Mbyll panelin anësor', | ||
| open: 'Hap panelin anësor' | ||
| }, | ||
| error: { | ||
| clear: 'Kthehu në kryefaqe' | ||
| }, | ||
| fileUpload: { | ||
| removeFile: 'Hiq {filename}' | ||
| }, | ||
| header: { | ||
| close: 'Mbyll menunë', | ||
| open: 'Hap menunë' | ||
| }, | ||
| inputMenu: { | ||
| create: 'Krijo "{label}"', | ||
| noData: 'Nuk ka të dhëna', | ||
| noMatch: 'Nuk ka të dhëna që përputhen' | ||
| }, | ||
| inputNumber: { | ||
| decrement: 'Zvogëlo', | ||
| increment: 'Rrit' | ||
| }, | ||
| modal: { | ||
| close: 'Mbyll' | ||
| }, | ||
| pricingTable: { | ||
| caption: 'Krahasimi i planeve të çmimeve' | ||
| }, | ||
| prose: { | ||
| codeCollapse: { | ||
| closeText: 'Palos', | ||
| name: 'kodi', | ||
| openText: 'Zgjero' | ||
| }, | ||
| collapsible: { | ||
| closeText: 'Fshih', | ||
| name: 'vetitë', | ||
| openText: 'Shfaq' | ||
| }, | ||
| pre: { | ||
| copy: 'Kopjo kodin në kujtesë' | ||
| } | ||
| }, | ||
| selectMenu: { | ||
| create: 'Krijo "{label}"', | ||
| noData: 'Nuk ka të dhëna', | ||
| noMatch: 'Nuk ka të dhëna që përputhen', | ||
| search: 'Kërko…' | ||
| }, | ||
| slideover: { | ||
| close: 'Mbyll' | ||
| }, | ||
| table: { | ||
| noData: 'Nuk ka të dhëna' | ||
| }, | ||
| toast: { | ||
| close: 'Mbyll' | ||
| } | ||
| } | ||
| }) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.