-
-
Notifications
You must be signed in to change notification settings - Fork 946
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next' into fix/mersenne-and-number-precision
- Loading branch information
Showing
88 changed files
with
1,172 additions
and
1,124 deletions.
There are no files selected for viewing
This file contains 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,9 @@ | ||
### Jobs definitions reorganized | ||
|
||
The locale definitions used by `faker.person.jobTitle()`, `faker.person.jobDescriptor()`, `faker.person.jobArea()` and `faker.person.jobType()` have been reorganized and are no longer nested under `definitions.person.title`. If you are using the public methods, no changes are required. You only need to change your code if you are accessing the raw definitions e.g. in `faker.helpers.fake()`. | ||
|
||
| Before | After | | ||
| ------------------------- | ----------------------- | | ||
| `person.title.descriptor` | `person.job_descriptor` | | ||
| `person.title.level` | `person.job_area` | | ||
| `person.title.job` | `person.job_type` | |
This file contains 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 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 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 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 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,20 @@ | ||
export default [ | ||
'مشرف', | ||
'تنفيذي', | ||
'مدير', | ||
'مهندس', | ||
'متخصص', | ||
'رئيس مؤسسة', | ||
'منسق', | ||
'إداري', | ||
'مخطط', | ||
'محلل', | ||
'مصمم', | ||
'تقني', | ||
'مبرمج', | ||
'منتج', | ||
'مستشار', | ||
'مساعد', | ||
'وكيل', | ||
'متدرب', | ||
]; |
This file was deleted.
Oops, something went wrong.
This file contains 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 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,32 @@ | ||
export default [ | ||
'Λύσεις', | ||
'Πρόγραμμα', | ||
'Μάρκα', | ||
'Ασφάλεια', | ||
'Έρευνα', | ||
'Μάρκετινγκ', | ||
'Οδηγιών', | ||
'Εφαρμογή', | ||
'Ενσωμάτωση', | ||
'Λειτουργικότητα', | ||
'Τακτική', | ||
'Ταυτότητα', | ||
'Αγορές', | ||
'Όμιλος', | ||
'Εφαρμογές', | ||
'Βελτιστοποίηση', | ||
'Δραστηριότητες', | ||
'Υποδομή', | ||
'Intranet', | ||
'Επικοινωνίες', | ||
'Web', | ||
'Branding', | ||
'Ποιότητα', | ||
'Διασφάλιση', | ||
'Κινητικότητα', | ||
'Λογαριασμοί', | ||
'Δεδομένα', | ||
'Δημιουργική', | ||
'Διαμόρφωση', | ||
'Μετρήσεις', | ||
]; |
This file contains 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,8 @@ | ||
export default [ | ||
'Senior', | ||
'Εταιρείες', | ||
'Πελάτης', | ||
'Επενδυτής', | ||
'Εσωτερικό', | ||
'Κύριος', | ||
]; |
This file contains 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,19 @@ | ||
export default [ | ||
'Επόπτης', | ||
'Συνεργάτης', | ||
'Σύμβουλος', | ||
'Διευθυντής', | ||
'Μηχανικός', | ||
'Ειδικός', | ||
'Συντονιστή', | ||
'Διαχειριστής', | ||
'Αναλυτής', | ||
'Designer', | ||
'Τεχνικός', | ||
'Προγραμματιστής', | ||
'Παραγωγός', | ||
'Βοηθός', | ||
'Συντονιστής', | ||
'Εκπρόσωπος', | ||
'Αντιπρόσωπος', | ||
]; |
This file was deleted.
Oops, something went wrong.
This file contains 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 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,39 @@ | ||
export default [ | ||
'Solutions', | ||
'Program', | ||
'Brand', | ||
'Security', | ||
'Research', | ||
'Marketing', | ||
'Directives', | ||
'Implementation', | ||
'Integration', | ||
'Functionality', | ||
'Response', | ||
'Paradigm', | ||
'Tactics', | ||
'Identity', | ||
'Markets', | ||
'Group', | ||
'Division', | ||
'Applications', | ||
'Optimization', | ||
'Operations', | ||
'Infrastructure', | ||
'Intranet', | ||
'Communications', | ||
'Web', | ||
'Branding', | ||
'Quality', | ||
'Assurance', | ||
'Mobility', | ||
'Accounts', | ||
'Data', | ||
'Creative', | ||
'Configuration', | ||
'Accountability', | ||
'Interactions', | ||
'Factors', | ||
'Usability', | ||
'Metrics', | ||
]; |
This file contains 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,23 @@ | ||
export default [ | ||
'Lead', | ||
'Senior', | ||
'Direct', | ||
'Corporate', | ||
'Dynamic', | ||
'Future', | ||
'Product', | ||
'National', | ||
'Regional', | ||
'District', | ||
'Central', | ||
'Global', | ||
'Customer', | ||
'Investor', | ||
'International', | ||
'Legacy', | ||
'Forward', | ||
'Internal', | ||
'Human', | ||
'Chief', | ||
'Principal', | ||
]; |
Oops, something went wrong.