Skip to content
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

Transifex 08-09-2024 #774

Merged
merged 8 commits into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions tx-source/dash_core.php
Original file line number Diff line number Diff line change
Expand Up @@ -1077,9 +1077,10 @@

// Automation Rules
$Definition['Add tag'] = 'Add tag';
$Definition['A post'] = 'A post';
$Definition['A post has been added to a collection'] = 'A post has been added to a collection';
$Definition['A post has not had any activity'] = 'A post has not had any activity';
$Definition['A post has not received any comments'] = 'A post has not received any comments';
$Definition['A question'] = 'A question';
$Definition['A user has been registered'] = 'A user has been registered';
$Definition['A post has received'] = 'A post has received';
$Definition['A user registers or logs in with email domain:'] = 'A user registers or logs in with email domain:';
Expand All @@ -1103,6 +1104,8 @@
$Definition['Close post'] = 'Close post';
$Definition['Create and manage automations to easily manage posts and users.'] = 'Create and manage automations to easily manage posts and users.';
$Definition['Create/Edit Automation Rule'] = 'Create/Edit Automation Rule';
$Definition['Delete Rule'] = 'Delete Rule';
$Definition['Edit Rule'] = 'Edit Rule';
$Definition['Edit Variables'] = 'Edit Variables';
$Definition['Escalate it'] = 'Escalate it';
$Definition['Escalate to GitHub'] = 'Escalate to GitHub';
Expand All @@ -1113,6 +1116,8 @@
$Definition['Follow categories:'] = 'Follow categories:';
$Definition['Follow category'] = 'Follow category';
$Definition['for'] = 'for';
$Definition['has been unanswered'] = 'has been unanswered';
$Definition['has not received any comments'] = 'has not received any comments';
$Definition['Last reported'] = 'Last reported';
$Definition['Maximum Limit Reached'] = 'Maximum Limit Reached';
$Definition['Move post'] = 'Move post';
Expand Down Expand Up @@ -1145,9 +1150,10 @@
$Definition['The action will apply to them when the rule is enabled. In future, other <0 /> who meet the trigger criteria will have the action applied to them as well.'] = 'The action will apply to them when the rule is enabled. In future, other <0 /> who meet the trigger criteria will have the action applied to them as well.';
$Definition['This will not affect any <0 /> right now. It will affect those that meet the criteria in future.'] = 'This will not affect any <0 /> right now. It will affect those that meet the criteria in future.';
$Definition['Time since added to collection'] = 'Time since added to collection';
$Definition['Time since a post has no comments'] = 'Time since a post has no comments';
$Definition['Time since post has had no comments'] = 'Time since post has had no comments';
$Definition['Time since Registration'] = 'Time since Registration';
$Definition['Time since post had no activity'] = 'Time since post had no activity';
$Definition['Time since post has had no activity'] = 'Time since post has had no activity';
$Definition['Time since question has been unanswered'] = 'Time since question has been unanswered';
$Definition['Trigger'] = 'Trigger';
$Definition['Unsaved Changes'] = 'Unsaved Changes';
$Definition['Up to <0 /> ago.'] = 'Up to <0 /> ago.';
Expand All @@ -1156,7 +1162,9 @@
$Definition['User Management'] = 'User Management';
$Definition['Users Matching Criteria Now: <0 />'] = 'Users Matching Criteria Now: <0 />';
$Definition['Value is not a valid integer.'] = 'Value is not a valid integer.';
$Definition['View History'] = 'View History';
$Definition['Votes on an idea'] = 'Votes on an idea';
$Definition['with'] = 'with';
$Definition['with reason'] = 'with reason';
$Definition['with tag'] = 'with tag';
$Definition['You cannot add more than 150 automation rules. Delete some rules and try again.'] = 'You cannot add more than 150 automation rules. Delete some rules and try again.';
6 changes: 5 additions & 1 deletion tx-source/site_core.php
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
$Definition['default'] = 'default';
$Definition['Default Status'] = 'Default Status';
$Definition['Defer Javascript Loading'] = 'Defer Javascript Loading';
$Definition['Default notification settings can be modified for each followed category in'] = 'Default notification settings can be modified for each followed category in';
$Definition['Default notification settings can be modified for each followed category in %1$s.'] = 'Default notification settings can be modified for each followed category in %1$s.';
$Definition['Define Thumbnail'] = 'Click and drag across the picture to define your thumbnail.';
$Definition['delete'] = 'delete';
$Definition['Delete'] = 'Delete';
Expand Down Expand Up @@ -1015,6 +1015,7 @@
$Definition['Keep me signed in'] = 'Keep me signed in';
$Definition['Keep User Content'] = 'Keep User Content';
$Definition["Kilobyte"] = "Kilobyte";
$Definition['Knowledge Bases'] = 'Knowledge Bases';

$Definition['Label'] = 'Label';
$Definition['Language'] = 'Language';
Expand Down Expand Up @@ -1327,6 +1328,8 @@
$Definition['Online Preferences'] = 'Online Preferences';
$Definition['Only show followed categories'] = 'Only show followed categories';
$Definition['Only receive default notifications.'] = 'Only receive default notifications.';
$Definition['Online Members'] = 'Online Members';
$Definition['Online Users'] = 'Online Users';
$Definition['Open'] = 'Open';
$Definition['Open Cases'] = 'Open Cases';
$Definition["Open Folder"] = "Open Folder";
Expand Down Expand Up @@ -1497,6 +1500,7 @@
$Definition['question'] = 'question';
$Definition['Questions'] = 'Questions';
$Definition['questions'] = 'questions';
$Definition['Questions Answered'] = 'Questions Answered';
$Definition['Question Title'] = 'Question Title';
$Definition['Question Type'] = 'Question';
$Definition['Quick Links'] = 'Quick Links';
Expand Down
Loading