Approval.

This commit is contained in:
2025-06-17 09:45:22 +00:00
committed by md translation bot
parent a7e3056f09
commit 1bb2710cad
62 changed files with 633 additions and 633 deletions

View File

@ -1,16 +1,16 @@
<?PHP
declare(strict_types = 1);
$license_explica = array (
'CC BY-NC-SA' => 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.',
'CC BY-NC-ND' => 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.',
'CC BY-NC' => 'For non commercial purposes the material might be used freely if the attribution is given.',
'CC BY-ND' => 'The material might be used freely if the attribution is given. It may not be altered.',
'CC BY-SA' => 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.',
'CC BY' => 'The material might be used freely (and even altered) if the attribution is given.',
'CC0' => 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.',
'RR-F' => 'Free access - no reuse.',
'RR-P' => 'Paid access - no reuse. Previews might be freely accessible.',
'RR-R' => 'Restricted access. Reserved rights.',
'Orphan Work' => 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.',
'Public Domain Mark' => 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.',
'CC BY-NC-SA' => 'வணிகமற்ற நோக்கங்களுக்காக, பண்புக்கூறு வழங்கப்பட்டால் பொருள் சுதந்திரமாக பயன்படுத்தப்படலாம் (மாற்றப்படலாம்). விநியோகத்தின் போது உரிமைகள் நிலையை வைக்க வேண்டும்.',
'CC BY-NC-ND' => 'வணிகமற்ற நோக்கங்களுக்காக, பண்புக்கூறு வழங்கப்பட்டால் பொருள் சுதந்திரமாக பயன்படுத்தப்படலாம். அதை மாற்றாமல் இருக்கலாம்.',
'CC BY-NC' => 'வணிகமற்ற நோக்கங்களுக்காக, பண்புக்கூறு வழங்கப்பட்டால் பொருள் சுதந்திரமாக பயன்படுத்தப்படலாம்.',
'CC BY-ND' => 'பண்புக்கூறு வழங்கப்பட்டால் பொருள் சுதந்திரமாக பயன்படுத்தப்படலாம். அதை மாற்றாமல் இருக்கலாம்.',
'CC BY-SA' => 'பண்புக்கூறு வழங்கப்பட்டால் பொருள் சுதந்திரமாக (மற்றும் மாற்றப்படலாம்) பயன்படுத்தப்படலாம். விநியோகத்தின் போது உரிமைகள் நிலையை வைக்க வேண்டும்.',
'CC BY' => 'பண்புக்கூறு வழங்கப்பட்டால் பொருள் சுதந்திரமாக (மற்றும் மாற்றப்படலாம்) பயன்படுத்தப்படலாம்.',
'CC0' => 'எந்த உரிமைகளும் பாதுகாக்கப்படவில்லை. எல்லா உரிமைகளையும் தள்ளுபடி செய்ய உங்களுக்கு உரிமை இருந்தால் மட்டுமே நீங்கள் CC0 ஐப் பயன்படுத்த வேண்டும்.',
'RR-F' => 'இலவச அணுகல் - மறுபயன்பாடு இல்லை.',
'RR-P' => 'கட்டண அணுகல் - மறுபயன்பாடு இல்லை. முன்னோட்டங்கள் சுதந்திரமாக அணுகக்கூடியதாக இருக்கலாம்.',
'RR-R' => 'தடைசெய்யப்பட்ட அணுகல். ஒதுக்கப்பட்ட உரிமைகள்.',
'Orphan Work' => 'வலதுபுறத்தை தீர்மானிக்க முடியவில்லை. அனாதை படைப்புகளின் ஐரோப்பிய ஒன்றிய பட்டியலில் இந்த பணி பட்டியலிடப்பட்டுள்ளது.',
'Public Domain Mark' => 'இந்த வேலை பதிப்புரிமைச் சட்டத்தின் கீழ் அறியப்பட்ட கட்டுப்பாடுகள் இல்லாதது என அடையாளம் காணப்பட்டுள்ளது, இதில் அனைத்து தொடர்புடைய மற்றும் அண்டை உரிமைகள் அடங்கும்.',
);